mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
miserable little attempt at adding a dialog
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user