diff options
author | James Rowe <jroweboy@gmail.com> | 2019-08-16 19:37:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 19:37:35 -0600 |
commit | 0e9e166d85a11f52af90efc7fb2b05345d093cdf (patch) | |
tree | 7b0c203dcbb342be2d76a100c44f45873765ab84 /src/yuzu/hotkeys.cpp | |
parent | 978f7067eeb8553e2adccf128d28658881246d27 (diff) | |
parent | 5980aa1e51edf2261746acf10f7d9be0406caaed (diff) |
Merge pull request #2772 from lioncash/ui
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
Diffstat (limited to 'src/yuzu/hotkeys.cpp')
-rw-r--r-- | src/yuzu/hotkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp index 4582e7f21..d4e97fa16 100644 --- a/src/yuzu/hotkeys.cpp +++ b/src/yuzu/hotkeys.cpp @@ -7,7 +7,7 @@ #include <QTreeWidgetItem> #include <QtGlobal> #include "yuzu/hotkeys.h" -#include "yuzu/ui_settings.h" +#include "yuzu/uisettings.h" HotkeyRegistry::HotkeyRegistry() = default; HotkeyRegistry::~HotkeyRegistry() = default; |