forked from qt-creator/qt-creator
Revert "analyzer: move convenience factory back to base plugin"
This reverts commit 06a41da04e
.
Change-Id: I06a41da04e726ffd35da18d99cd2f46cb99467bf
Reviewed-on: http://codereview.qt.nokia.com/1094
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -537,3 +537,11 @@ void QmlProfilerTool::updateRecordingState()
|
||||
if (d->m_traceWindow->isRecording())
|
||||
clearDisplay();
|
||||
}
|
||||
|
||||
void QmlProfilerTool::startTool(StartMode mode)
|
||||
{
|
||||
if (mode == StartLocal)
|
||||
AnalyzerManager::startLocalTool(this, mode);
|
||||
if (mode == StartRemote)
|
||||
AnalyzerManager::startLocalTool(this, mode);
|
||||
}
|
||||
|
Reference in New Issue
Block a user