forked from qt-creator/qt-creator
QmlProfiler: Always request a Qml Channel in the runner
Amends a22e79f38c
.
Change-Id: I16d94a025b3cf867619cf171dd154ccc9e983412
Reviewed-by: Andrii Semkiv <andrii.semkiv@qt.io>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -52,6 +52,7 @@ QmlProfilerRunner::QmlProfilerRunner(RunControl *runControl)
|
||||
, d(new QmlProfilerRunnerPrivate)
|
||||
{
|
||||
setId("QmlProfilerRunner");
|
||||
runControl->requestQmlChannel();
|
||||
runControl->setIcon(ProjectExplorer::Icons::ANALYZER_START_SMALL_TOOLBAR);
|
||||
setSupportsReRunning(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user