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:
hjk
2024-10-23 12:21:24 +02:00
parent 538d9f3c3e
commit 504a43b36c

View File

@@ -52,6 +52,7 @@ QmlProfilerRunner::QmlProfilerRunner(RunControl *runControl)
, d(new QmlProfilerRunnerPrivate) , d(new QmlProfilerRunnerPrivate)
{ {
setId("QmlProfilerRunner"); setId("QmlProfilerRunner");
runControl->requestQmlChannel();
runControl->setIcon(ProjectExplorer::Icons::ANALYZER_START_SMALL_TOOLBAR); runControl->setIcon(ProjectExplorer::Icons::ANALYZER_START_SMALL_TOOLBAR);
setSupportsReRunning(false); setSupportsReRunning(false);
} }