Browse Source

hotkeys: Add missing <QTreeWidgetItem> include

Lioncash 8 năm trước cách đây
mục cha
commit
501d1cc33d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/yuzu/hotkeys.cpp

+ 1 - 0
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"