Android: Rework Create AVD dialog

Filter the list of api levels to only show those that can be created.

Change-Id: I7aaaa58324ca44176e39982cda29d746011fa346
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Daniel Teske
2014-03-24 16:31:28 +01:00
parent 7e4502d676
commit a087b3cd7f
10 changed files with 307 additions and 89 deletions

View File

@@ -55,7 +55,8 @@ HEADERS += \
javaindenter.h \
javaautocompleter.h \
javacompletionassistprovider.h \
javafilewizard.h
javafilewizard.h \
avddialog.h
SOURCES += \
androidconfigurations.cpp \
@@ -105,7 +106,8 @@ SOURCES += \
javaindenter.cpp \
javaautocompleter.cpp \
javacompletionassistprovider.cpp \
javafilewizard.cpp
javafilewizard.cpp \
avddialog.cpp
FORMS += \
androidsettingswidget.ui \