QmlProfiler: manage quick stops before connection

Task-number: QTCREATORBUG-5804
Change-Id: I86e9a94c5352d0ac8f9157949afd3b32d60cb05e
Reviewed-on: http://codereview.qt.nokia.com/3606
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-08-25 16:30:36 +02:00
parent 6d5c0c0d78
commit 9fa409cbd9
4 changed files with 25 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ bool QmlProfilerEngine::start()
}
AnalyzerManager::handleToolStarted();
emit starting(this);
return true;
}