diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index a5d2c64add9b2e87f62537dfc31cb9e0dc0a2a91..1bc3de738edb4c68ab099d6c8ba917732c2175c1 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -217,7 +217,7 @@ void QmlEngine::setupInferior() void QmlEngine::runEngine() { QTC_ASSERT(state() == EngineRunRequested, qDebug() << state()); - //notifyEngineRunOk(); + notifyEngineRunAndInferiorRunOk(); } void QmlEngine::shutdownInferior() @@ -276,7 +276,8 @@ void QmlEngine::setupEngine() void QmlEngine::setupConnection() { - #if 0 //the qmlviewer right now connected using QmlJSInspector::InternalInspectorPlugin::ClientProxy + #if 0 + //the qmlviewer right now connected using QmlJSInspector::InternalInspectorPlugin::ClientProxy QTC_ASSERT(m_conn == 0, /**/); m_conn = new QDeclarativeDebugConnection(this);