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:
hjk
2017-05-02 10:59:49 +02:00
committed by Christian Stenger
parent 4f6293db8f
commit 5955901f93

View File

@@ -821,7 +821,7 @@ void DebuggerEngine::notifyEngineSetupOk()
QTC_ASSERT(state() == EngineSetupRequested, qDebug() << this << state());
setState(EngineSetupOk);
runTool()->prepared();
runTool()->reportPrepared();
}
void DebuggerEngine::setupSlaveInferior()