diff options
author | hjk <[email protected]> | 2022-04-13 17:57:11 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2022-05-02 08:10:28 +0000 |
commit | a579fa52ee9b0dda1a01c352ca72e5a8f28f75ad (patch) | |
tree | 9d207ffb50721e3e491bb08041d097e16c9844d4 /src/plugins/qmlprofiler/qmlprofilertool.cpp | |
parent | b86c0a13e66fda061ab648995837fc95c45cd84c (diff) |
ProjectExplorer: Rename some RunControl functions
Change-Id: Ia86a50100ddfd465d548863ae8d58033a5dbafc0
Reviewed-by: Christian Stenger <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.cpp')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp index f944d3b18b9..3c4f75c62c5 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp @@ -564,7 +564,7 @@ ProjectExplorer::RunControl *QmlProfilerTool::attachToWaitingApplication() d->m_viewContainer->perspective()->select(); auto runControl = new RunControl(ProjectExplorer::Constants::QML_PROFILER_RUN_MODE); - runControl->setRunConfiguration(SessionManager::startupRunConfiguration()); + runControl->copyDataFromRunConfiguration(SessionManager::startupRunConfiguration()); auto profiler = new QmlProfilerRunner(runControl); profiler->setServerUrl(serverUrl); |