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;
|
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
|
QString IosDeployStep::deviceId() const
|
||||||
{
|
{
|
||||||
if (iosdevice().isNull())
|
if (iosdevice().isNull())
|
||||||
|
|||||||
@@ -57,8 +57,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
void doRun() override;
|
void doRun() override;
|
||||||
void doCancel() override;
|
void doCancel() override;
|
||||||
bool fromMap(const QVariantMap &map) override;
|
|
||||||
QVariantMap toMap() const override;
|
|
||||||
|
|
||||||
void handleIsTransferringApp(Ios::IosToolHandler *handler, const QString &bundlePath,
|
void handleIsTransferringApp(Ios::IosToolHandler *handler, const QString &bundlePath,
|
||||||
const QString &deviceId, int progress, int maxProgress,
|
const QString &deviceId, int progress, int maxProgress,
|
||||||
|
|||||||
Reference in New Issue
Block a user