mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 09:17:54 -05:00
clang-format
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
#include <cstdlib>
|
||||
#include <QLineEdit>
|
||||
#include <QRegExpValidator>
|
||||
#include "yuzu/util/spinbox.h"
|
||||
#include "common/assert.h"
|
||||
#include "yuzu/util/spinbox.h"
|
||||
|
||||
CSpinBox::CSpinBox(QWidget* parent)
|
||||
: QAbstractSpinBox(parent), min_value(-100), max_value(100), value(0), base(10), num_digits(0) {
|
||||
|
Reference in New Issue
Block a user