summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/hotkeys.h
diff options
context:
space:
mode:
authorLittleWhite <lw.demoscene@googlemail.com>2016-01-24 21:23:55 +0100
committerLittleWhite <lw.demoscene@googlemail.com>2016-03-21 20:03:18 +0100
commite33b9385054169c2850717e9c969a2531ee9b6f2 (patch)
tree49d08683e3c45df030f939f2746d9c75b46e2cf9 /src/citra_qt/hotkeys.h
parentAdd Configure widget (diff)
downloadyuzu-e33b9385054169c2850717e9c969a2531ee9b6f2.tar
yuzu-e33b9385054169c2850717e9c969a2531ee9b6f2.tar.gz
yuzu-e33b9385054169c2850717e9c969a2531ee9b6f2.tar.bz2
yuzu-e33b9385054169c2850717e9c969a2531ee9b6f2.tar.lz
yuzu-e33b9385054169c2850717e9c969a2531ee9b6f2.tar.xz
yuzu-e33b9385054169c2850717e9c969a2531ee9b6f2.tar.zst
yuzu-e33b9385054169c2850717e9c969a2531ee9b6f2.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/hotkeys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/hotkeys.h b/src/citra_qt/hotkeys.h
index 50e6cbc21..79a685074 100644
--- a/src/citra_qt/hotkeys.h
+++ b/src/citra_qt/hotkeys.h
@@ -33,14 +33,14 @@ QShortcut* GetHotkey(const QString& group, const QString& action, QWidget* widge
*
* @note Each hotkey group will be stored a settings group; For each hotkey inside that group, a settings group will be created to store the key sequence and the hotkey context.
*/
-void SaveHotkeys(QSettings& settings);
+void SaveHotkeys();
/**
* Loads hotkeys from the settings file.
*
* @note Yet unregistered hotkeys which are present in the settings will automatically be registered.
*/
-void LoadHotkeys(QSettings& settings);
+void LoadHotkeys();
class GHotkeysDialog : public QWidget
{