Qt: Sort includes properly

This commit is contained in:
spycrab
2018-05-28 03:48:04 +02:00
parent cece179d77
commit 6268c7b3d5
58 changed files with 139 additions and 31 deletions

View File

@ -8,13 +8,13 @@
#include "Common/CommonTypes.h"
struct GCPadStatus;
class QDialog;
class QString;
class QSpinBox;
class QCheckBox;
class QBoxLayout;
class QGroupBox;
struct GCPadStatus;
QGroupBox* CreateStickInputs(QDialog* window, QString name, QSpinBox*& x_value, QSpinBox*& y_value,
u16 max_x, u16 max_y, Qt::Key x_shortcut_key, Qt::Key y_shortcut_key);