Skip to content
Snippets Groups Projects
Commit f547fc16 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

Debugger: Fixed missing variable init

Got lost in a merge.
parent 792eb84f
No related branches found
No related tags found
No related merge requests found
...@@ -226,6 +226,7 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration, ...@@ -226,6 +226,7 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
, m_myRunConfiguration(runConfiguration) , m_myRunConfiguration(runConfiguration)
, m_running(false) , m_running(false)
, m_started(false) , m_started(false)
, m_enabledEngines(enabledEngines)
{ {
connect(this, SIGNAL(finished()), this, SLOT(handleFinished())); connect(this, SIGNAL(finished()), this, SLOT(handleFinished()));
......
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