Changed: Clear all profiles components after uninstalling them

--HG--
branch : develop
This commit is contained in:
kervala 2016-06-14 19:55:41 +02:00
parent 3091aa1e90
commit 7688aa1bec

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();
}