Fixed: Compilation under Linux
This commit is contained in:
parent
13ec474eff
commit
b3c12786b8
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