Valgrind: Fix Windows build

Amends 9d78bf899e.

Change-Id: Ie69bd56e7b60ea717f15c3977f192127072273fd
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Orgad Shaneh
2024-12-23 09:55:25 +02:00
committed by Christian Stenger
parent 27ef562958
commit 7b48d08df9

View File

@@ -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;
}