configure_input_simple: Properly signal docked mode change

This commit is contained in:
Zach Hilman 2018-12-04 22:01:01 -05:00
parent 0f42bb7a96
commit 885644cdcf
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.