diff options
| author | 2018-01-17 19:58:27 -0500 | |
|---|---|---|
| committer | 2018-01-17 20:00:25 -0500 | |
| commit | 501d1cc33d29c2f10a8a52d7f94e5fc8bcacb949 (patch) | |
| tree | fd5eeeeab7918183d6441c575f7c54bb2b8c3fc2 /src | |
| parent | Merge pull request #73 from N00byKing/3093 (diff) | |
| download | yuzu-501d1cc33d29c2f10a8a52d7f94e5fc8bcacb949.tar.gz yuzu-501d1cc33d29c2f10a8a52d7f94e5fc8bcacb949.tar.xz yuzu-501d1cc33d29c2f10a8a52d7f94e5fc8bcacb949.zip | |
hotkeys: Add missing <QTreeWidgetItem> include
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/hotkeys.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp index 42f026464..61acb38ee 100644 --- a/src/yuzu/hotkeys.cpp +++ b/src/yuzu/hotkeys.cpp | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include <map> | 5 | #include <map> |
| 6 | #include <QKeySequence> | 6 | #include <QKeySequence> |
| 7 | #include <QShortcut> | 7 | #include <QShortcut> |
| 8 | #include <QTreeWidgetItem> | ||
| 8 | #include <QtGlobal> | 9 | #include <QtGlobal> |
| 9 | #include "yuzu/hotkeys.h" | 10 | #include "yuzu/hotkeys.h" |
| 10 | #include "yuzu/ui_settings.h" | 11 | #include "yuzu/ui_settings.h" |