mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
Qt: Fix opening debugger when system already paused
This commit is contained in:
@ -19,7 +19,7 @@ DebuggerWindow::DebuggerWindow(QWidget* parent /* = nullptr */)
|
||||
setUIEnabled(false);
|
||||
}
|
||||
|
||||
DebuggerWindow::~DebuggerWindow() {}
|
||||
DebuggerWindow::~DebuggerWindow() = default;
|
||||
|
||||
void DebuggerWindow::onEmulationPaused(bool paused)
|
||||
{
|
||||
|
Reference in New Issue
Block a user