diff options
Diffstat (limited to 'src/citra_qt/hotkeys.cpp')
| -rw-r--r-- | src/citra_qt/hotkeys.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/hotkeys.cpp b/src/citra_qt/hotkeys.cpp index 6301259d8..3e38223ee 100644 --- a/src/citra_qt/hotkeys.cpp +++ b/src/citra_qt/hotkeys.cpp | |||
| @@ -12,8 +12,7 @@ | |||
| 12 | #include "citra_qt/ui_settings.h" | 12 | #include "citra_qt/ui_settings.h" |
| 13 | 13 | ||
| 14 | struct Hotkey { | 14 | struct Hotkey { |
| 15 | Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) { | 15 | Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) {} |
| 16 | } | ||
| 17 | 16 | ||
| 18 | QKeySequence keyseq; | 17 | QKeySequence keyseq; |
| 19 | QShortcut* shortcut; | 18 | QShortcut* shortcut; |