forked from qt-creator/qt-creator
Analyzers: Various cleanups
Fallout after the demise of IAnalizerTool. Change-Id: I68f936ed5f2929dc4f09a408bdf6b0ea38e568ef Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -906,7 +906,7 @@ void CallgrindToolPrivate::handleShowCostsOfFunction()
|
||||
|
||||
m_toggleCollectFunction = qualifiedFunctionName + QLatin1String("()");
|
||||
|
||||
AnalyzerManager::selectTool(CallgrindToolId, StartLocal);
|
||||
AnalyzerManager::selectTool(CallgrindLocalActionId);
|
||||
AnalyzerManager::startTool();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user