forked from qt-creator/qt-creator
DeployConfigurationWidget: Remove class
It is the same as NamedWidget. If we need to add additional functionality then we can always reintroduce the class. Change-Id: I684b5215e732e480e4e73e4cac3753bb92afd0d4 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -91,7 +91,7 @@ QVariantMap DeployConfiguration::toMap() const
|
||||
return map;
|
||||
}
|
||||
|
||||
DeployConfigurationWidget *DeployConfiguration::createConfigWidget()
|
||||
NamedWidget *DeployConfiguration::createConfigWidget()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -273,10 +273,3 @@ bool DeployConfigurationFactory::canHandle(Target *parent) const
|
||||
return false;
|
||||
return DeviceTypeKitInformation::deviceTypeId(parent->kit()) == Constants::DESKTOP_DEVICE_TYPE;
|
||||
}
|
||||
|
||||
///
|
||||
// DeployConfigurationWidget
|
||||
///
|
||||
|
||||
DeployConfigurationWidget::DeployConfigurationWidget(QWidget *parent) : NamedWidget(parent)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user