diff options
author | Daniel Teske <daniel.teske@digia.com> | 2013-06-13 16:38:03 +0200 |
---|---|---|
committer | Daniel Teske <daniel.teske@digia.com> | 2013-06-17 12:14:14 +0200 |
commit | 583cd11371b457d8a04e52474efa025f624822f7 (patch) | |
tree | d175b41fea6ae82bae4f19756cf2919f52b62c53 /src/plugins/android/androiddeploystepwidget.h | |
parent | 19027b389741790d978846cf7c3bda5202be16ff (diff) | |
download | qt-creator-583cd11371b457d8a04e52474efa025f624822f7.tar.gz |
Android: Hide bundle qt option for Qt4
Task-number: QTCREATORBUG-9408
Change-Id: Ie86deea4b453d3ab3ebcf359c3e0b321a2cba33e
Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'src/plugins/android/androiddeploystepwidget.h')
-rw-r--r-- | src/plugins/android/androiddeploystepwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androiddeploystepwidget.h b/src/plugins/android/androiddeploystepwidget.h index 8c05d0aa62..94bea1c6de 100644 --- a/src/plugins/android/androiddeploystepwidget.h +++ b/src/plugins/android/androiddeploystepwidget.h @@ -56,6 +56,7 @@ private slots: void setQASIPackagePath(); void cleanLibsOnDevice(); + void deployOptionsChanged(); private: virtual QString summaryText() const; virtual QString displayName() const; |