forked from qt-creator/qt-creator
Debugger: Fixed missing variable init
Got lost in a merge.
This commit is contained in:
@@ -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()));
|
||||||
|
Reference in New Issue
Block a user