From b7f30ed9f39ef172a32d321251b08feba1a54a2d Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 3 May 2011 16:44:41 +0200 Subject: [PATCH] QmlProfiler: Don't warn about using QmlProfiler in either Release or Debug mode --- src/plugins/qmlprofiler/qmlprofilertool.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp index 279c39f26c7..1c199fa77f6 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp @@ -166,10 +166,9 @@ QString QmlProfilerTool::displayName() const IAnalyzerTool::ToolMode QmlProfilerTool::mode() const { - return DebugMode; + return AnyMode; } - IAnalyzerEngine *QmlProfilerTool::createEngine(const AnalyzerStartParameters &sp, ProjectExplorer::RunConfiguration *runConfiguration) {