aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/qt_sdl/main.h')
-rw-r--r--src/frontend/qt_sdl/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/main.h b/src/frontend/qt_sdl/main.h
index f8ad9a3..bb5e903 100644
--- a/src/frontend/qt_sdl/main.h
+++ b/src/frontend/qt_sdl/main.h
@@ -107,6 +107,8 @@ private slots:
void onEmuPause();
void onEmuUnpause();
+ void onOpenEmuSettings();
+
private:
MainWindowPanel* panel;
@@ -120,6 +122,8 @@ private:
QAction* actPause;
QAction* actReset;
QAction* actStop;
+
+ QAction* actEmuSettings;
};
#endif // MAIN_H