Merge pull request #88 from lioncash/include

hotkeys: Add missing <QTreeWidgetItem> include
pull/8/head
bunnei 9 years ago committed by GitHub
commit 32eb620ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save