void AndroidPlugin::kitsRestored() { AndroidConfigurations::updateAutomaticKitList(); connect(QtSupport::QtVersionManager::instance(), SIGNAL(qtVersionsChanged(QList<int>,QList<int>,QList<int>)), AndroidConfigurations::instance(), SLOT(updateAutomaticKitList())); disconnect(ProjectExplorer::KitManager::instance(), SIGNAL(kitsChanged()), this, SLOT(kitsRestored())); }
void IosPlugin::kitsRestored() { disconnect(ProjectExplorer::KitManager::instance(), SIGNAL(kitsLoaded()), this, SLOT(kitsRestored())); Internal::IosConfigurations::updateAutomaticKitList(); connect(QtSupport::QtVersionManager::instance(), SIGNAL(qtVersionsChanged(QList<int>,QList<int>,QList<int>)), Internal::IosConfigurations::instance(), SLOT(updateAutomaticKitList())); }