forked from qt-creator/qt-creator
QmlProfiler: Don't warn about using QmlProfiler in either Release or Debug mode
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user