diff options
| author | Adityarup Laha <30696515+adityaruplaha@users.noreply.github.com> | 2019-02-16 16:19:29 +0100 |
|---|---|---|
| committer | fearlessTobi <thm.frey@gmail.com> | 2019-03-16 03:55:57 +0100 |
| commit | 57a4a2ae0fc35906723ffc9f788f3cf7dd9c4ba5 (patch) | |
| tree | 3ad8f3c6e2b2c26d10055e14be3197a932a48862 /src/yuzu/applets/profile_select.h | |
| parent | 06ac6460d31036dddf7e4ae12355391035cc30ca (diff) | |
yuzu: Make hotkeys configurable via the GUI
* Adds a new Hotkeys tab in the Controls group.
* Double-click a Hotkey to rebind it.
Diffstat (limited to 'src/yuzu/applets/profile_select.h')
| -rw-r--r-- | src/yuzu/applets/profile_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/profile_select.h b/src/yuzu/applets/profile_select.h index 868573324..1c2922e54 100644 --- a/src/yuzu/applets/profile_select.h +++ b/src/yuzu/applets/profile_select.h @@ -7,6 +7,7 @@ #include <vector> #include <QDialog> #include <QList> +#include <QTreeView> #include "core/frontend/applets/profile_select.h" class GMainWindow; @@ -16,7 +17,6 @@ class QLabel; class QScrollArea; class QStandardItem; class QStandardItemModel; -class QTreeView; class QVBoxLayout; class QtProfileSelectionDialog final : public QDialog { |
