diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/configure_input.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/citra_qt/configure_input.h b/src/citra_qt/configure_input.h index fe8ea5580..5d9624bb0 100644 --- a/src/citra_qt/configure_input.h +++ b/src/citra_qt/configure_input.h | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <QWidget> | ||
| 8 | #include <QKeyEvent> | 7 | #include <QKeyEvent> |
| 8 | #include <QWidget> | ||
| 9 | 9 | ||
| 10 | #include "citra_qt/config.h" | 10 | #include "citra_qt/config.h" |
| 11 | #include "core/settings.h" | 11 | #include "core/settings.h" |
| @@ -16,7 +16,7 @@ class QString; | |||
| 16 | class QTimer; | 16 | class QTimer; |
| 17 | 17 | ||
| 18 | namespace Ui { | 18 | namespace Ui { |
| 19 | class ConfigureInput; | 19 | class ConfigureInput; |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | class ConfigureInput : public QWidget { | 22 | class ConfigureInput : public QWidget { |
| @@ -39,7 +39,8 @@ private: | |||
| 39 | /// Load configuration settings into button text | 39 | /// Load configuration settings into button text |
| 40 | void setConfiguration(); | 40 | void setConfiguration(); |
| 41 | 41 | ||
| 42 | /// Check all inputs for duplicate keys. Clears out any other button with the same value as this button's new value. | 42 | /// Check all inputs for duplicate keys. Clears out any other button with the same value as this |
| 43 | /// button's new value. | ||
| 43 | void removeDuplicates(const QString& newValue); | 44 | void removeDuplicates(const QString& newValue); |
| 44 | 45 | ||
| 45 | /// Handle key press event for input tab when a button is 'waiting'. | 46 | /// Handle key press event for input tab when a button is 'waiting'. |