mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation under Linux
This commit is contained in:
parent
f4a8bed436
commit
8e121c7ff8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue