Android: Use new runconfiguration aspect update mechanism

Change-Id: I2a05f212cbba4471d66be9537b604b4e5abbc0de
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-11-25 16:57:48 +01:00
parent 572af85224
commit 6cc1519964
2 changed files with 7 additions and 13 deletions

View File

@@ -69,9 +69,6 @@ public:
explicit AndroidRunConfiguration(ProjectExplorer::Target *target, Core::Id id);
QWidget *createConfigurationWidget() override;
private:
void updateTargetInformation();
};
} // namespace Android