citra_qt: Reorganize headers
This commit is contained in:
parent
abc34ddb88
commit
abe5bb4019
24 changed files with 81 additions and 100 deletions
|
@ -33,8 +33,8 @@
|
|||
#include <QLineEdit>
|
||||
#include <QRegExpValidator>
|
||||
|
||||
#include "citra_qt/util/spinbox.h"
|
||||
#include "common/assert.h"
|
||||
#include "spinbox.h"
|
||||
|
||||
CSpinBox::CSpinBox(QWidget* parent) : QAbstractSpinBox(parent), min_value(-100), max_value(100), value(0), base(10), num_digits(0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue