summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidbuildapkwidget.h
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-09-27 18:24:04 -0700
committerJake Petroules <jake.petroules@qt.io>2017-10-10 14:41:12 +0000
commit845271e957d2490e24bc3299d37291780e0b429a (patch)
treed05900d86370a3c25f01bbcc21425624c5e82adf /src/plugins/android/androidbuildapkwidget.h
parent9bd0fcbe2e08d369bf248845e361c2e34d415fc0 (diff)
downloadqt-creator-845271e957d2490e24bc3299d37291780e0b429a.tar.gz
Android: turn "use Ministro" into a checkbox
Ministro is an advanced deployment option which requires knowledge of how to set up and maintain a Ministro repository. Place it with the other advanced options instead of as a checkbox alongside the normal deployent mechanism which is used by default and probably in the vast majority of cases, in order to reduce cognitive load on the user and clean up the UI a bit (since two options in a radio selection doesn't make much sense). Task-number: QTBUG-62995 Change-Id: If33b3c73db4fcc66717dd4ff0f7923f0250e8418 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
Diffstat (limited to 'src/plugins/android/androidbuildapkwidget.h')
-rw-r--r--src/plugins/android/androidbuildapkwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/android/androidbuildapkwidget.h b/src/plugins/android/androidbuildapkwidget.h
index 3a0576d6df..ff28048f33 100644
--- a/src/plugins/android/androidbuildapkwidget.h
+++ b/src/plugins/android/androidbuildapkwidget.h
@@ -51,8 +51,6 @@ public:
private:
void setTargetSdk(const QString &sdk);
- void setMinistro();
- void setBundleQtLibs();
void createKeyStore();
void certificatesAliasComboBoxCurrentIndexChanged(const QString &alias);
void certificatesAliasComboBoxActivated(const QString &alias);