Changed: Clear all profiles components after uninstalling them

This commit is contained in:
kervala 2016-06-14 19:55:41 +02:00
parent 65641e3ecd
commit 0d44a86d69

View file

@ -885,6 +885,9 @@ void COperationDialog::deleteComponentsProfiles()
config->removeProfile(profileId);
}
// clear list of all profiles to uninstall
m_components.profiles.clear();
emit success(m_components.servers.size());
emit done();
}