Changed: Clear all profiles components after uninstalling them

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent 3091aa1e90
commit 7688aa1bec

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

Loading…
Cancel
Save