summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2022-04-13 17:57:11 +0200
committerhjk <hjk@qt.io>2022-05-02 08:10:28 +0000
commita579fa52ee9b0dda1a01c352ca72e5a8f28f75ad (patch)
tree9d207ffb50721e3e491bb08041d097e16c9844d4 /src/plugins/projectexplorer/projectexplorer.cpp
parentb86c0a13e66fda061ab648995837fc95c45cd84c (diff)
downloadqt-creator-a579fa52ee9b0dda1a01c352ca72e5a8f28f75ad.tar.gz
ProjectExplorer: Rename some RunControl functions
Change-Id: Ia86a50100ddfd465d548863ae8d58033a5dbafc0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.cpp')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp
index 19e7caf0c1..9f1626cb57 100644
--- a/src/plugins/projectexplorer/projectexplorer.cpp
+++ b/src/plugins/projectexplorer/projectexplorer.cpp
@@ -2732,7 +2732,7 @@ void ProjectExplorerPluginPrivate::executeRunConfiguration(RunConfiguration *run
}
auto runControl = new RunControl(runMode);
- runControl->setRunConfiguration(runConfiguration);
+ runControl->copyDataFromRunConfiguration(runConfiguration);
// A user needed interaction may have cancelled the run
// (by example asking for a process pid or server url).