From c8137bdcf9c089f7fa1b22ae33fd5fdf351cad18 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 21 Nov 2019 16:32:50 +0100 Subject: ProjectExplorer: Consolidate some Session::active* accesses Change-Id: I47b0f6c2c60b2f7c86b6ffd1ad3df393d1321c8b Reviewed-by: Christian Stenger --- src/plugins/qmlprofiler/qmlprofilertool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/qmlprofiler') diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp index 8348acb6de9..c14d60d3842 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp @@ -558,7 +558,7 @@ ProjectExplorer::RunControl *QmlProfilerTool::attachToWaitingApplication() d->m_viewContainer->perspective()->select(); auto runControl = new RunControl(ProjectExplorer::Constants::QML_PROFILER_RUN_MODE); - runControl->setRunConfiguration(RunConfiguration::startupRunConfiguration()); + runControl->setRunConfiguration(SessionManager::startupRunConfiguration()); auto profiler = new QmlProfilerRunner(runControl); profiler->setServerUrl(serverUrl); -- cgit v1.2.3