mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merge with develop
--HG-- branch : compatibility-develop
This commit is contained in:
commit
ea45b2f8c7
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ void COperationDialog::addComponentsProfiles()
|
||||||
|
|
||||||
foreach(const QString &profileId, m_addComponents.profiles)
|
foreach(const QString &profileId, m_addComponents.profiles)
|
||||||
{
|
{
|
||||||
CProfile &profile = config->getProfile(profileId);
|
const CProfile &profile = config->getProfile(profileId);
|
||||||
|
|
||||||
if (profile.desktopShortcut) createClientDesktopShortcut(profile.id);
|
if (profile.desktopShortcut) createClientDesktopShortcut(profile.id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue