AndroidDevice: Update after the device manager has actually loaded

Change-Id: Ibab03ef09dea6312a0d4c812c819d847b1399298
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Daniel Teske
2013-04-10 12:40:35 +02:00
parent 5a28377786
commit f462e6f3ef
4 changed files with 12 additions and 2 deletions

View File

@@ -698,7 +698,6 @@ void AndroidConfigurations::load()
settings->beginGroup(SettingsGroup);
m_config = AndroidConfig(*settings);
settings->endGroup();
updateAndroidDevice();
}
void AndroidConfigurations::updateAndroidDevice()