forked from qt-creator/qt-creator
Analyzer: Introduce AnalzyerAction
This wraps the menu related aspects of an IAnalyzerTool. Change-Id: I065cb5f269a40af2137f434a7cdf915bd9a76839 Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
This commit is contained in:
@@ -192,27 +192,11 @@ QmlProfilerTool::~QmlProfilerTool()
|
||||
delete d;
|
||||
}
|
||||
|
||||
Core::Id QmlProfilerTool::id() const
|
||||
{
|
||||
return Core::Id("QmlProfiler");
|
||||
}
|
||||
|
||||
RunMode QmlProfilerTool::runMode() const
|
||||
{
|
||||
return QmlProfilerRunMode;
|
||||
}
|
||||
|
||||
QString QmlProfilerTool::displayName() const
|
||||
{
|
||||
return tr("QML Profiler");
|
||||
}
|
||||
|
||||
QString QmlProfilerTool::description() const
|
||||
{
|
||||
return tr("The QML Profiler can be used to find performance bottlenecks in "
|
||||
"applications using QML.");
|
||||
}
|
||||
|
||||
IAnalyzerTool::ToolMode QmlProfilerTool::toolMode() const
|
||||
{
|
||||
return AnyMode;
|
||||
|
||||
Reference in New Issue
Block a user