Android: Remove AndroidRunConfiguration::disabledReason()

The formerly handled special case of a missing project file is
now handled by the base implementation.

Change-Id: Ib3f7d295395b5c406acbd8bdd578fd7190b34dae
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-02-22 12:39:13 +01:00
parent c255562fec
commit cc5e8b7c75
2 changed files with 0 additions and 19 deletions

View File

@@ -68,7 +68,6 @@ class ANDROID_EXPORT AndroidRunConfiguration : public ProjectExplorer::RunConfig
public:
explicit AndroidRunConfiguration(ProjectExplorer::Target *target, Core::Id id);
QString disabledReason() const override;
QWidget *createConfigurationWidget() override;
private: