1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-19 12:37:59 -05:00

configure_input_simple: Properly signal docked mode change

This commit is contained in:
Zach Hilman
2018-12-04 22:01:01 -05:00
parent 233a804196
commit c07059e7fd
3 changed files with 31 additions and 33 deletions

View File

@@ -20,6 +20,8 @@ namespace Ui {
class ConfigureInput;
}
void OnDockedModeChanged(bool last_state, bool new_state);
class ConfigureInput : public QDialog {
Q_OBJECT
@@ -33,8 +35,6 @@ public:
private:
void updateUIEnabled();
void OnDockedModeChanged(bool last_state, bool new_state);
/// Load configuration settings.
void loadConfiguration();
/// Restore all buttons to their default values.