diff --git a/src/plugins/projectexplorer/devicesupport/desktopdevice.cpp b/src/plugins/projectexplorer/devicesupport/desktopdevice.cpp index 4eb851a5c4a..68478164d7f 100644 --- a/src/plugins/projectexplorer/devicesupport/desktopdevice.cpp +++ b/src/plugins/projectexplorer/devicesupport/desktopdevice.cpp @@ -70,7 +70,10 @@ QString DesktopDevice::displayType() const IDeviceWidget *DesktopDevice::createWidget() { - return new DesktopDeviceConfigurationWidget(sharedFromThis()); + return 0; + // DesktopDeviceConfigurationWidget currently has just one editable field viz. free ports. + // Querying for an available port is quite straightforward. Having a field for the port + // range can be confusing to the user. Hence, disabling the widget for now. } QList DesktopDevice::actionIds() const