Merge with develop

This commit is contained in:
kervala 2016-06-27 11:51:59 +02:00
parent 120d2d7dba
commit ec1e27acca

View file

@ -1078,7 +1078,7 @@ void COperationDialog::addComponentsProfiles()
foreach(const QString &profileId, m_addComponents.profiles)
{
CProfile &profile = config->getProfile(profileId);
const CProfile &profile = config->getProfile(profileId);
if (profile.desktopShortcut) createClientDesktopShortcut(profile.id);