forked from qt-creator/qt-creator
AndroidSettingsWidget::apply(): Fix order of applying the changes
Create the device first, as otherwise no kits are generated and create toolchains next. This should fix that the AndroidPotentialKit doesn't vanish in some cases. Change-Id: Ia9141f72a146da157dc713c1e2f293747fa369bd Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
@@ -185,6 +185,7 @@ public:
|
||||
static QString defaultDevice(ProjectExplorer::Project *project, const QString &abi); // serial number or avd name
|
||||
public slots:
|
||||
static void clearDefaultDevices(ProjectExplorer::Project *project);
|
||||
static void updateToolChainList();
|
||||
static void updateAutomaticKitList();
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user