forked from qt-creator/qt-creator
QmlProfiler: Support re-running
Change-Id: Ia274f158be0c553dceb69fde4adafc4ee72e809f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
@@ -40,7 +40,6 @@ QmlProfilerRunner::QmlProfilerRunner(RunControl *runControl)
|
|||||||
setId("QmlProfilerRunner");
|
setId("QmlProfilerRunner");
|
||||||
runControl->requestQmlChannel();
|
runControl->requestQmlChannel();
|
||||||
runControl->setIcon(ProjectExplorer::Icons::ANALYZER_START_SMALL_TOOLBAR);
|
runControl->setIcon(ProjectExplorer::Icons::ANALYZER_START_SMALL_TOOLBAR);
|
||||||
runControl->setSupportsReRunning(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void QmlProfilerRunner::start()
|
void QmlProfilerRunner::start()
|
||||||
|
Reference in New Issue
Block a user