Skip to content
Snippets Groups Projects
Commit 7572dada authored by Aurindam Jana's avatar Aurindam Jana Committed by Tobias Hunger
Browse files

DesktopDevice: Set device state as Unknown


Change-Id: If3354eb1313e385c6db66b956e2abe06818d8f54
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 25319ddf
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ DesktopDevice::DesktopDevice() : IDevice(Core::Id(DESKTOP_DEVICE_TYPE), ...@@ -48,7 +48,7 @@ DesktopDevice::DesktopDevice() : IDevice(Core::Id(DESKTOP_DEVICE_TYPE),
Core::Id(DESKTOP_DEVICE_ID)) Core::Id(DESKTOP_DEVICE_ID))
{ {
setDisplayName(QCoreApplication::translate("ProjectExplorer::DesktopDevice", "Local PC")); setDisplayName(QCoreApplication::translate("ProjectExplorer::DesktopDevice", "Local PC"));
setDeviceState(IDevice::DeviceReadyToUse); setDeviceState(IDevice::DeviceStateUnknown);
const QString portRange = const QString portRange =
QString::fromLatin1("%1-%2").arg(DESKTOP_PORT_START).arg(DESKTOP_PORT_END); QString::fromLatin1("%1-%2").arg(DESKTOP_PORT_START).arg(DESKTOP_PORT_END);
setFreePorts(Utils::PortList::fromString(portRange)); setFreePorts(Utils::PortList::fromString(portRange));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment