DesktopDevice: Hide Device Configuration widget

Change-Id: I0c522cdb20e7c08761fdb4bc0e588e5e8789895b
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
Aurindam Jana
2013-04-17 17:42:00 +02:00
parent 60c08de2c6
commit 753dd85162

View File

@@ -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<Core::Id> DesktopDevice::actionIds() const