diff options
Diffstat (limited to 'src/citra_qt/util')
| -rw-r--r-- | src/citra_qt/util/spinbox.cpp | 2 | ||||
| -rw-r--r-- | src/citra_qt/util/spinbox.h (renamed from src/citra_qt/util/spinbox.hxx) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/util/spinbox.cpp b/src/citra_qt/util/spinbox.cpp index f9988409f..54f628e4c 100644 --- a/src/citra_qt/util/spinbox.cpp +++ b/src/citra_qt/util/spinbox.cpp | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | 34 | ||
| 35 | #include "common/log.h" | 35 | #include "common/log.h" |
| 36 | 36 | ||
| 37 | #include "spinbox.hxx" | 37 | #include "spinbox.h" |
| 38 | 38 | ||
| 39 | CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), base(10), min_value(-100), max_value(100), value(0), num_digits(0) | 39 | CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), base(10), min_value(-100), max_value(100), value(0), num_digits(0) |
| 40 | { | 40 | { |
diff --git a/src/citra_qt/util/spinbox.hxx b/src/citra_qt/util/spinbox.h index ee7f08ec2..ee7f08ec2 100644 --- a/src/citra_qt/util/spinbox.hxx +++ b/src/citra_qt/util/spinbox.h | |||