aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/boot2qt/device-detection/devicedetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/boot2qt/device-detection/devicedetector.cpp')
-rw-r--r--src/plugins/boot2qt/device-detection/devicedetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/boot2qt/device-detection/devicedetector.cpp b/src/plugins/boot2qt/device-detection/devicedetector.cpp
index 89dbb60e2f..931ffe24b7 100644
--- a/src/plugins/boot2qt/device-detection/devicedetector.cpp
+++ b/src/plugins/boot2qt/device-detection/devicedetector.cpp
@@ -95,7 +95,7 @@ void DeviceDetector::handleDeviceEvent(QdbDeviceTracker::DeviceEventType eventTy
return;
}
- const Core::Id deviceId = Constants::QdbHardwareDevicePrefix.withSuffix(':' + serial);
+ const Utils::Id deviceId = Constants::QdbHardwareDevicePrefix.withSuffix(':' + serial);
const auto messagePrefix = tr("Device \"%1\" %2").arg(serial);
DeviceManager * const dm = DeviceManager::instance();