Qt: Fix opening debugger when system already paused
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user