QmlProfiler: Enable attach action only if profiler is current tool

This commit is contained in:
Kai Koehne
2011-04-04 15:56:34 +02:00
parent 12a02c7534
commit 64fee9c5cb
3 changed files with 13 additions and 0 deletions

View File

@@ -677,6 +677,8 @@ void AnalyzerManager::toolSelected(int idx)
updateRunActions();
selectingTool = false;
emit currentToolChanged(newTool);
}
void AnalyzerManager::toolSelected(QAction *action)