Skip to content
  • Daniel Vrátil's avatar
    Move AkDBus to KF5AkonadiPrivate · 8cf38d60
    Daniel Vrátil authored
    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.
    8cf38d60