diff options
author | LittleWhite <lw.demoscene@googlemail.com> | 2016-01-24 18:34:05 +0100 |
---|---|---|
committer | LittleWhite <lw.demoscene@googlemail.com> | 2016-03-21 20:03:18 +0100 |
commit | 426c4a2a5b65ce04a767e4c514aafc182b8d5a56 (patch) | |
tree | a15f1c22d06f0511aa6edd95815bed7ad0ca693e /src/citra_qt/hotkeys.cpp | |
parent | Merge pull request #1559 from lioncash/vec (diff) | |
download | yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.tar yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.tar.gz yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.tar.bz2 yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.tar.lz yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.tar.xz yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.tar.zst yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.zip |
Diffstat (limited to 'src/citra_qt/hotkeys.cpp')
-rw-r--r-- | src/citra_qt/hotkeys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/hotkeys.cpp b/src/citra_qt/hotkeys.cpp index ed6b12fc4..929ba6f0e 100644 --- a/src/citra_qt/hotkeys.cpp +++ b/src/citra_qt/hotkeys.cpp @@ -94,7 +94,7 @@ QShortcut* GetHotkey(const QString& group, const QString& action, QWidget* widge } -GHotkeysDialog::GHotkeysDialog(QWidget* parent): QDialog(parent) +GHotkeysDialog::GHotkeysDialog(QWidget* parent): QWidget(parent) { ui.setupUi(this); |