QmlProfiler: Don't warn about using QmlProfiler in either Release or Debug mode

This commit is contained in:
Kai Koehne
2011-05-03 16:44:41 +02:00
parent e7cb7471c0
commit b7f30ed9f3

View File

@@ -166,10 +166,9 @@ QString QmlProfilerTool::displayName() const
IAnalyzerTool::ToolMode QmlProfilerTool::mode() const IAnalyzerTool::ToolMode QmlProfilerTool::mode() const
{ {
return DebugMode; return AnyMode;
} }
IAnalyzerEngine *QmlProfilerTool::createEngine(const AnalyzerStartParameters &sp, IAnalyzerEngine *QmlProfilerTool::createEngine(const AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration) ProjectExplorer::RunConfiguration *runConfiguration)
{ {