forked from qt-creator/qt-creator
ProjectExplorer: Rename some RunControl functions
Change-Id: Ia86a50100ddfd465d548863ae8d58033a5dbafc0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -82,7 +82,7 @@ QmlPreviewRunner::QmlPreviewRunner(const QmlPreviewRunnerSetting &settings)
|
||||
|
||||
this->connect(runControl(), &ProjectExplorer::RunControl::stopped, [this]() {
|
||||
auto rc = new ProjectExplorer::RunControl(ProjectExplorer::Constants::QML_PREVIEW_RUN_MODE);
|
||||
rc->copyFromRunControl(runControl());
|
||||
rc->copyDataFromRunControl(runControl());
|
||||
ProjectExplorer::ProjectExplorerPlugin::startRunControl(rc);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user