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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user