You are not logged in.
I'm trying to implement two different interfaces in an object.
The two interfaces inherit from QDBusAbstractAdaptor. I have created then a different object (a QObject one) which only has two instances of the interfaces.
In the mainapplication I then register this object:
QDBusConnection::sessionBus().registerObject("/org/path/", testing, QDBusConnection::ExportAllContents);
The thing is that the /org/path/ gets created in the dbus but the interfaces are created in MainApplication/ object path rather than in /org/path/.
How do I create the interfaces in /org/path/ ?
Thanks in advance,
Regards
My blog: blog.marcdeop.com
Jabber ID: damnshock@jabber.org
Offline