Qt: Implement Wiimote Refresh button

This commit is contained in:
spycrab
2017-05-15 05:14:45 +02:00
parent ad27e90263
commit 4bf9f5e835
2 changed files with 29 additions and 8 deletions

View File

@ -35,6 +35,7 @@ private:
void UnimplementedButton();
void OnBluetoothPassthroughSyncPressed();
void OnBluetoothPassthroughResetPressed();
void OnWiimoteRefreshPressed();
void OnGCPadConfigure();
void OnWiimoteConfigure();
@ -79,6 +80,7 @@ private:
QCheckBox* m_wiimote_continuous_scanning;
QCheckBox* m_wiimote_real_balance_board;
QCheckBox* m_wiimote_speaker_data;
QPushButton* m_wiimote_refresh;
// Advanced
QGroupBox* m_advanced_box;