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

@ -19,7 +19,7 @@ DebuggerWindow::DebuggerWindow(QWidget* parent /* = nullptr */)
setUIEnabled(false);
}
DebuggerWindow::~DebuggerWindow() {}
DebuggerWindow::~DebuggerWindow() = default;
void DebuggerWindow::onEmulationPaused(bool paused)
{