Debugger: Fixed missing variable init

Got lost in a merge.
This commit is contained in:
Lasse Holmstedt
2010-08-25 09:59:24 +02:00
parent 792eb84fe4
commit f547fc1618

View File

@@ -226,6 +226,7 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
, m_myRunConfiguration(runConfiguration)
, m_running(false)
, m_started(false)
, m_enabledEngines(enabledEngines)
{
connect(this, SIGNAL(finished()), this, SLOT(handleFinished()));