QmlCppDebugger: avoid failed assertion when one engine fails

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-04-28 16:14:38 +02:00
parent d989d5d229
commit deb20493ae

View File

@@ -589,7 +589,7 @@ void QmlCppEngine::slaveEngineStateChanged
notifyInferiorStopOk();
} else if (state() == EngineRunRequested) {
EDEBUG("... AN INFERIOR FAILED STARTUP, OTHER STOPPED EXPECTEDLY");
notifyEngineRunAndInferiorStopOk();
// wait for failure notification from other engine
} else {
EDEBUG("... AN INFERIOR STOPPED SPONTANEOUSLY");
notifyInferiorSpontaneousStop();