Merge pull request #88 from lioncash/include

hotkeys: Add missing <QTreeWidgetItem> include
master
bunnei 2018-01-17 23:04:44 +07:00 committed by GitHub
commit 32eb620ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -5,6 +5,7 @@
#include <map>
#include <QKeySequence>
#include <QShortcut>
#include <QTreeWidgetItem>
#include <QtGlobal>
#include "yuzu/hotkeys.h"
#include "yuzu/ui_settings.h"