Re: KDesktopFileActions::userDefinedServices gone

2024-09-29 Thread Martin Koller
On Sonntag, 29. September 2024 17:20:46 CEST Martin Koller wrote: > In KF5 I use > QList actionList = > KDesktopFileActions::userDefinedServices(KService(path), true); > which no longer exists in KF6. > > What's the replacement for it? ok, seems for my use case I can directly use KService(

KDesktopFileActions::userDefinedServices gone

2024-09-29 Thread Martin Koller
In KF5 I use QList actionList = KDesktopFileActions::userDefinedServices(KService(path), true); which no longer exists in KF6. What's the replacement for it? General question: Is there anywhere a porting guide KF5 -> KF6 which I can find these kind of answers? -- Best regards/Schöne Grü