forked from qt-creator/qt-creator
Valgrind: Fix Windows build
Amends 9d78bf899e
.
Change-Id: Ie69bd56e7b60ea717f15c3977f192127072273fd
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Christian Stenger
parent
27ef562958
commit
7b48d08df9
@@ -1612,7 +1612,7 @@ void HeobData::processFinished()
|
||||
|
||||
connect(m_runControl, &RunControl::started, this, &HeobData::debugStarted);
|
||||
connect(m_runControl, &RunControl::stopped, this, &HeobData::debugStopped);
|
||||
debugger->startRunControl();
|
||||
m_runControl->start();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user