forked from qt-creator/qt-creator
debugger: add missing callback to qmlengine
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user