mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 10:28:19 -07:00
Clean up some tabs to spaces
This commit is contained in:
@@ -38,16 +38,16 @@ private slots:
|
||||
void on_pushButtonJoystick03_clicked();
|
||||
void on_pushButtonJoystick04_clicked();
|
||||
|
||||
void on_tableKeys_cellDoubleClicked(int row, int col);
|
||||
void on_tableKeys_currentCellChanged(int currentRow, int currentColumn, int previousRow, int previousColumn);
|
||||
void on_tableKeys_cellDoubleClicked(int row, int col);
|
||||
void on_tableKeys_currentCellChanged(int currentRow, int currentColumn, int previousRow, int previousColumn);
|
||||
|
||||
void on_pushButtonClearBind_clicked();
|
||||
void on_pushButtonBind_clicked();
|
||||
void on_pushButtonClearBind_clicked();
|
||||
void on_pushButtonBind_clicked();
|
||||
|
||||
private:
|
||||
Ui::SettingsInput *ui;
|
||||
int machineId = 0;
|
||||
void refreshInputList();
|
||||
void refreshInputList();
|
||||
};
|
||||
|
||||
#endif // QT_SETTINGSINPUT_HPP
|
||||
|
||||
Reference in New Issue
Block a user