mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-09 16:58:16 +03:00
fix typo that was creating an error build
BUG:413735
This commit is contained in:
parent
4ff84b4bde
commit
36f7834cff
@ -523,7 +523,7 @@ KService::List servicesFromPid(quint32 pid, KSharedConfig::Ptr rulesConfig)
|
||||
return KService::List();
|
||||
}
|
||||
|
||||
#if KF5_VERSION_MINOR >= 63
|
||||
#if KF5_VERSION_MINOR >= 62
|
||||
return servicesFromCmdLine(cmdLine, proc.name(), rulesConfig);
|
||||
#else
|
||||
return servicesFromCmdLine(cmdLine, proc->name(), rulesConfig);
|
||||
|
Loading…
x
Reference in New Issue
Block a user