Skip to content
Commit 8ecc9a34 authored by Arjen Hiemstra's avatar Arjen Hiemstra
Browse files

daemon: Replace KDBusService with manual implementation of replace

KDBusService does not allow us to specify which service to register or
at what path. It also includes a bunch of things like window activation
that is rather useless for something that doesn't have a window. In
fact, we really only use it for it's uniqueness and replace behaviour.
Since we now need control over what service name and object paths to
register, drop KDBusService and use QDBusConnectionInterface's replace
functionality instead.
parent af3f5947
Pipeline #560702 passed with stage
in 2 minutes and 2 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment