Qt: Fix opening debugger when system already paused

This commit is contained in:
Connor McLaughlin
2020-12-27 00:15:12 +10:00
parent dc46d52029
commit 3cd3d1c09d
5 changed files with 16 additions and 4 deletions

View File

@ -24,11 +24,13 @@ public:
Q_SIGNALS:
void closed();
public Q_SLOTS:
void onEmulationPaused(bool paused);
protected:
void closeEvent(QCloseEvent* event);
private Q_SLOTS:
void onEmulationPaused(bool paused);
void onDebuggerMessageReported(const QString& message);
void refreshAll();