Fixes wrong state of rerun/stop application output buttons

For DebugRunControls.

Task-Nr: QTCREATORBUG-416
This commit is contained in:
dt
2010-04-14 17:32:01 +02:00
parent ccc3d1e903
commit c51c16bf58

View File

@@ -193,6 +193,7 @@ void DebuggerRunControl::start()
if (m_manager->checkDebugConfiguration(startParameters()->toolChainType, &errorMessage, if (m_manager->checkDebugConfiguration(startParameters()->toolChainType, &errorMessage,
&settingsCategory, &settingsPage)) { &settingsCategory, &settingsPage)) {
m_manager->startNewDebugger(m_startParameters); m_manager->startNewDebugger(m_startParameters);
emit started();
} else { } else {
error(this, errorMessage); error(this, errorMessage);
emit finished(); emit finished();