forked from qt-creator/qt-creator
Debugger: Compile fix after e213585910
'prepared' got renamed to 'reportPrepared' in the mean time. Change-Id: I2426e8ab156df642525d42feeedcd3692c7c8ac8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -821,7 +821,7 @@ void DebuggerEngine::notifyEngineSetupOk()
|
||||
|
||||
QTC_ASSERT(state() == EngineSetupRequested, qDebug() << this << state());
|
||||
setState(EngineSetupOk);
|
||||
runTool()->prepared();
|
||||
runTool()->reportPrepared();
|
||||
}
|
||||
|
||||
void DebuggerEngine::setupSlaveInferior()
|
||||
|
||||
Reference in New Issue
Block a user