diff options
author | Daniel Teske <daniel.teske@digia.com> | 2014-03-11 18:05:17 +0100 |
---|---|---|
committer | Daniel Teske <daniel.teske@digia.com> | 2014-03-19 16:38:17 +0100 |
commit | 3d8000a9264fb78e7e7db9f8b74d86ab2e512b7f (patch) | |
tree | 40619a1f8c612b2671d281f827407ff2ff437b99 /src/plugins/android/androiddeployqtwidget.h | |
parent | c577906823f05c7c7f474ff3bdcf9e3e252c8760 (diff) | |
download | qt-creator-3d8000a9264fb78e7e7db9f8b74d86ab2e512b7f.tar.gz |
Android: Add Libraries: Disable library model while parse is in progress
Change-Id: I314e7db6178d6d6863b3f99a0bf1f0eec0956303
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/plugins/android/androiddeployqtwidget.h')
-rw-r--r-- | src/plugins/android/androiddeployqtwidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/android/androiddeployqtwidget.h b/src/plugins/android/androiddeployqtwidget.h index f8b1edf66d..d44a79186a 100644 --- a/src/plugins/android/androiddeployqtwidget.h +++ b/src/plugins/android/androiddeployqtwidget.h @@ -75,7 +75,6 @@ private slots: void addAndroidExtraLib(); void removeAndroidExtraLib(); void checkEnableRemoveButton(); - void checkProjectTemplate(); private: virtual QString summaryText() const; |