I had the same problem, correct export parameter solved it:
QDBusConnection::sessionBus().registerObject("/obj", notificationAdaptor, QDBusConnection::ExportAllContents);
I had the same problem, correct export parameter solved it:
QDBusConnection::sessionBus().registerObject("/obj", notificationAdaptor, QDBusConnection::ExportAllContents);
Bookmarks