diff options
| author | 2016-01-24 18:34:05 +0100 | |
|---|---|---|
| committer | 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.gz yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.tar.xz yuzu-426c4a2a5b65ce04a767e4c514aafc182b8d5a56.zip | |
Add Configure widget
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 | |||
| 94 | } | 94 | } |
| 95 | 95 | ||
| 96 | 96 | ||
| 97 | GHotkeysDialog::GHotkeysDialog(QWidget* parent): QDialog(parent) | 97 | GHotkeysDialog::GHotkeysDialog(QWidget* parent): QWidget(parent) |
| 98 | { | 98 | { |
| 99 | ui.setupUi(this); | 99 | ui.setupUi(this); |
| 100 | 100 | ||