diff options
Diffstat (limited to 'src/citra_qt/hotkeys.h')
| -rw-r--r-- | src/citra_qt/hotkeys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/hotkeys.h b/src/citra_qt/hotkeys.h index 75c7cc625..2317f8188 100644 --- a/src/citra_qt/hotkeys.h +++ b/src/citra_qt/hotkeys.h | |||
| @@ -2,12 +2,12 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <QShortcut> | ||
| 6 | #include <QDialog> | ||
| 7 | #include "ui_hotkeys.h" | 5 | #include "ui_hotkeys.h" |
| 8 | 6 | ||
| 7 | class QDialog; | ||
| 9 | class QKeySequence; | 8 | class QKeySequence; |
| 10 | class QSettings; | 9 | class QSettings; |
| 10 | class QShortcut; | ||
| 11 | 11 | ||
| 12 | /** | 12 | /** |
| 13 | * Register a hotkey. | 13 | * Register a hotkey. |