forked from qt-creator/qt-creator
analyzer: refactor AnalyzerManager
Change-Id: Id925bb638b2757ef079c21192d4e2a8cc8f08694 Reviewed-on: http://codereview.qt.nokia.com/908 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -939,7 +939,7 @@ void CallgrindToolPrivate::handleShowCostsOfFunction()
|
||||
m_toggleCollectFunction = QString("%1()").arg(qualifiedFunctionName);
|
||||
|
||||
AnalyzerManager::instance()->selectTool(q);
|
||||
AnalyzerManager::instance()->startTool();
|
||||
AnalyzerManager::instance()->startTool(q);
|
||||
}
|
||||
|
||||
void CallgrindToolPrivate::slotRequestDump()
|
||||
|
||||
Reference in New Issue
Block a user