forked from qt-creator/qt-creator
iOS: Remove no-op reimplementations of IosDeployStep::{from,to}Map
Change-Id: I8e3a6faf931faa8f67bd97ed9d381cd62079602d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -210,17 +210,6 @@ BuildStepConfigWidget *IosDeployStep::createConfigWidget()
|
||||
return widget;
|
||||
}
|
||||
|
||||
bool IosDeployStep::fromMap(const QVariantMap &map)
|
||||
{
|
||||
return BuildStep::fromMap(map);
|
||||
}
|
||||
|
||||
QVariantMap IosDeployStep::toMap() const
|
||||
{
|
||||
QVariantMap map = BuildStep::toMap();
|
||||
return map;
|
||||
}
|
||||
|
||||
QString IosDeployStep::deviceId() const
|
||||
{
|
||||
if (iosdevice().isNull())
|
||||
|
||||
Reference in New Issue
Block a user