debugger: add missing callback to qmlengine

This commit is contained in:
hjk
2010-07-15 14:54:17 +02:00
parent 475bc51392
commit 0700dec275

View File

@@ -217,7 +217,7 @@ void QmlEngine::setupInferior()
void QmlEngine::runEngine() void QmlEngine::runEngine()
{ {
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state()); QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
//notifyEngineRunOk(); notifyEngineRunAndInferiorRunOk();
} }
void QmlEngine::shutdownInferior() void QmlEngine::shutdownInferior()
@@ -276,7 +276,8 @@ void QmlEngine::setupEngine()
void QmlEngine::setupConnection() 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, /**/); QTC_ASSERT(m_conn == 0, /**/);
m_conn = new QDeclarativeDebugConnection(this); m_conn = new QDeclarativeDebugConnection(this);