IAnalyzerTool: actionId() is re-implemented in derived classes

Change-Id: I5a0a485e239eeb33a9d8ad8cfd0f9cc40e1ff6d2
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Aurindam Jana
2013-08-02 16:38:43 +02:00
committed by hjk
parent 904dd68e5f
commit f8a2698bcd
8 changed files with 19 additions and 15 deletions

View File

@@ -213,6 +213,11 @@ QString QmlProfilerTool::description() const
"applications using QML.");
}
Core::Id QmlProfilerTool::actionId(StartMode mode) const
{
return mode == StartLocal ? "Analyzer.QmlProfiler.Local" : "Analyzer.QmlProfiler.Remote";
}
IAnalyzerTool::ToolMode QmlProfilerTool::toolMode() const
{
return AnyMode;