Android: Ensure that our autodetected kits stay sticky

Change-Id: Id62c9ffb875f5bb9e19b04d477d85726c2503964
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2013-08-29 14:42:07 +02:00
committed by Tobias Hunger
parent ce28e36219
commit 7f6265f62f

View File

@@ -801,6 +801,7 @@ void AndroidConfigurations::updateAutomaticKitList()
if (equalKits(existingKit, newKit)) {
// Kit is already registered, nothing to do
newKits.removeAt(j);
existingKits.at(i)->makeSticky();
existingKits.removeAt(i);
KitManager::deleteKit(newKit);
j = newKits.count();