Skip to content
Commit 8cf38d60 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Move AkDBus to KF5AkonadiPrivate

Akonadi::DBus provides generic instance-aware access to all DBus services of
Akonadi. By moving it to KF5AkonadiPrivate we can use it from client libraries
too instead of them having their own copy of the code.

This also removes the #defines for DBus services names from headers as they
should never be used, instead Akonadi::DBus should always be used to get
instance-aware service names. Similarily the DBus object paths have been moved
to dbus_p.h so that one does not have to include the entire giant protocol_p.h
just to get access to a few #defines.
parent 8265998a
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