aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertool.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <[email protected]>2024-11-07 11:50:31 +0100
committerChristian Kandeler <[email protected]>2024-11-07 14:57:33 +0000
commit73b0875498b662128c18f794fa9b7e477b0571de (patch)
tree52ba21e51a067b711a50df5713dd05163670f6a4 /src/plugins/qmlprofiler/qmlprofilertool.cpp
parentaf7bd3a37c10129420acc71e51077a6afd44f87a (diff)
ProjectExplorer: Rename DeviceKitAspect to RunDeviceKitAspect
This makes the purpose clear and reduces the risk of accidental use instead of BuildDeviceKitAspect. Change-Id: I37a6863d37fdf7072eb3183b89f2e565ca83465d Reviewed-by: Marcus Tillmanns <[email protected]>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofilertool.cpp')
-rw-r--r--src/plugins/qmlprofiler/qmlprofilertool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp
index 68e3bb63774..da6bc556d7a 100644
--- a/src/plugins/qmlprofiler/qmlprofilertool.cpp
+++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp
@@ -592,7 +592,7 @@ ProjectExplorer::RunControl *QmlProfilerTool::attachToWaitingApplication()
QUrl serverUrl;
- IDevice::ConstPtr device = DeviceKitAspect::device(kit);
+ IDevice::ConstPtr device = RunDeviceKitAspect::device(kit);
QTC_ASSERT(device, return nullptr);
QUrl toolControl = device->toolControlChannel(IDevice::QmlControlChannel);
serverUrl.setScheme(Utils::urlTcpScheme());