QmlProfiler: Support re-running

Change-Id: Ia274f158be0c553dceb69fde4adafc4ee72e809f
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
Jarek Kobus
2025-01-15 12:27:02 +01:00
parent 86d43d3043
commit c602f9392d

View File

@@ -40,7 +40,6 @@ QmlProfilerRunner::QmlProfilerRunner(RunControl *runControl)
setId("QmlProfilerRunner");
runControl->requestQmlChannel();
runControl->setIcon(ProjectExplorer::Icons::ANALYZER_START_SMALL_TOOLBAR);
runControl->setSupportsReRunning(false);
}
void QmlProfilerRunner::start()