Skip to content
Snippets Groups Projects
Commit c51c16bf authored by dt's avatar dt
Browse files

Fixes wrong state of rerun/stop application output buttons

For DebugRunControls.

Task-Nr: QTCREATORBUG-416
parent ccc3d1e9
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ void DebuggerRunControl::start()
if (m_manager->checkDebugConfiguration(startParameters()->toolChainType, &errorMessage,
&settingsCategory, &settingsPage)) {
m_manager->startNewDebugger(m_startParameters);
emit started();
} else {
error(this, errorMessage);
emit finished();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment