miserable little attempt at adding a dialog

This commit is contained in:
Arisotura
2020-05-17 02:37:23 +02:00
parent 978212e3e0
commit 2afa70b817
6 changed files with 292 additions and 0 deletions

View File

@ -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