summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-18 05:04:44 +0100
committerGitHub <noreply@github.com>2018-01-18 05:04:44 +0100
commit32eb620ef4b7d82d10536385639641119a153fc6 (patch)
tree16603dfe776b6abbff97a5ea4dd65988a3531b8d /src
parentMerge pull request #87 from lioncash/override (diff)
parenthotkeys: Add missing <QTreeWidgetItem> include (diff)
downloadyuzu-32eb620ef4b7d82d10536385639641119a153fc6.tar
yuzu-32eb620ef4b7d82d10536385639641119a153fc6.tar.gz
yuzu-32eb620ef4b7d82d10536385639641119a153fc6.tar.bz2
yuzu-32eb620ef4b7d82d10536385639641119a153fc6.tar.lz
yuzu-32eb620ef4b7d82d10536385639641119a153fc6.tar.xz
yuzu-32eb620ef4b7d82d10536385639641119a153fc6.tar.zst
yuzu-32eb620ef4b7d82d10536385639641119a153fc6.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/hotkeys.cpp1
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 @@
#include <map>
#include <QKeySequence>
#include <QShortcut>
+#include <QTreeWidgetItem>
#include <QtGlobal>
#include "yuzu/hotkeys.h"
#include "yuzu/ui_settings.h"