forked from qt-creator/qt-creator
DesktopDevice: Hide Device Configuration widget
Change-Id: I0c522cdb20e7c08761fdb4bc0e588e5e8789895b Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -70,7 +70,10 @@ QString DesktopDevice::displayType() const
|
|||||||
|
|
||||||
IDeviceWidget *DesktopDevice::createWidget()
|
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
|
QList<Core::Id> DesktopDevice::actionIds() const
|
||||||
|
Reference in New Issue
Block a user