forked from qt-creator/qt-creator
Analyzer: Remove some explicit uses of Analyzer::StartMode
Change-Id: I6d28a533d4ee2e93e4b3407e7fdd670c45886708 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -213,11 +213,6 @@ 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;
|
||||
|
Reference in New Issue
Block a user