mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under Linux
--HG-- branch : develop
This commit is contained in:
parent
2db7ca9729
commit
fc1685af2c
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