mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
QT: add exit function
This commit is contained in:
@ -44,6 +44,7 @@ private slots:
|
||||
|
||||
// Main toolbar
|
||||
void OnOpen();
|
||||
void OnExit();
|
||||
void OnPlay();
|
||||
|
||||
// View menu
|
||||
@ -67,6 +68,7 @@ private:
|
||||
QString RequestBootFilename();
|
||||
QString ShowFileDialog();
|
||||
void DoStartPause();
|
||||
bool Stop();
|
||||
|
||||
std::unique_ptr<DRenderWidget> m_render_widget;
|
||||
bool m_isStopping = false;
|
||||
|
Reference in New Issue
Block a user