From 0700dec27536ec24afcfb0d863e9e01ecd34ade9 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Thu, 15 Jul 2010 14:54:17 +0200 Subject: [PATCH] debugger: add missing callback to qmlengine --- src/plugins/debugger/qml/qmlengine.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index a5d2c64add9..1bc3de738ed 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); -- GitLab