aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/main.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-08-11 17:38:29 +0200
committerArisotura <thetotalworm@gmail.com>2020-08-11 17:38:29 +0200
commit0bd53a34ef975b12563ccfa6247def84789d098b (patch)
tree40a8bcbe021e5037098f95660c376776a777c7c2 /src/frontend/qt_sdl/main.h
parente217d016a75eda47ee462d71cacbbf586770f6a8 (diff)
lay base for the actual dialog
also make EmuSettingsDialog properly modal
Diffstat (limited to 'src/frontend/qt_sdl/main.h')
-rw-r--r--src/frontend/qt_sdl/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/main.h b/src/frontend/qt_sdl/main.h
index 7f33973..cad30d6 100644
--- a/src/frontend/qt_sdl/main.h
+++ b/src/frontend/qt_sdl/main.h
@@ -198,6 +198,9 @@ private slots:
void onPause(bool checked);
void onReset();
void onStop();
+ void onEnableCheats(bool checked);
+ void onSetupCheats();
+ void onCheatsDialogFinished(int res);
void onOpenEmuSettings();
void onEmuSettingsDialogFinished(int res);
@@ -245,6 +248,8 @@ public:
QAction* actPause;
QAction* actReset;
QAction* actStop;
+ QAction* actEnableCheats;
+ QAction* actSetupCheats;
QAction* actEmuSettings;
QAction* actInputConfig;