iOS: Use an aspect for the executable

More standard pattern nowadays.

Change-Id: I1237555b44fb0a9a6faca086254c49b70c39c3b6
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2018-09-07 12:56:34 +02:00
parent 69753cf9b6
commit ddd46e18f3
2 changed files with 6 additions and 11 deletions

View File

@@ -61,9 +61,6 @@ public:
bool fromMap(const QVariantMap &map) override;
QVariantMap toMap() const override;
signals:
void localExecutableChanged();
private:
void deviceChanges();
friend class IosRunConfigurationWidget;