debugger: add test code for signal/slot debugging

This commit is contained in:
hjk
2010-07-07 17:11:10 +02:00
parent 30d4c00437
commit bb3a6f05d0
3 changed files with 61 additions and 1 deletions

View File

@@ -260,6 +260,7 @@ void QmlEngine::startDebugger()
return;
}
setState(AdapterStarted);
startSuccessful();
setState(InferiorStarting);
//m_frameRate = new CanvasFrameRate(0);
@@ -306,8 +307,8 @@ void QmlEngine::setupConnection()
}
qDebug() << "CONNECTION SUCCESSFUL";
setState(InferiorRunningRequested);
setState(InferiorRunning);
startSuccessful();
reloadEngines();
}