forked from qt-creator/qt-creator
iOS: Fix incorrect device type in run configuration
Task-number: QTCREATORBUG-20413 Change-Id: I5b96273161401e83567da80770f0f1c3482b7311 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
IosDeviceType deviceType() const;
|
||||
void setDeviceType(const IosDeviceType &deviceType);
|
||||
|
||||
void doAdditionalSetup(const ProjectExplorer::RunConfigurationCreationInfo &) override;
|
||||
bool fromMap(const QVariantMap &map) override;
|
||||
QVariantMap toMap() const override;
|
||||
|
||||
@@ -66,6 +67,7 @@ signals:
|
||||
private:
|
||||
void deviceChanges();
|
||||
friend class IosRunConfigurationWidget;
|
||||
void updateDeviceType();
|
||||
void updateDisplayNames();
|
||||
void updateEnabledState() final;
|
||||
bool canRunForNode(const ProjectExplorer::Node *node) const final;
|
||||
|
||||
Reference in New Issue
Block a user