PDA

View Full Version : Writing an D-Bus Adapter using Qt



BartSimpson
24th March 2007, 16:11
Hello, I try to write an service application for the D-Bus using the QDBusAbstactAdapter.
The public slots and signals are visible at the D-Bus and other application can send something to my service. But my service shut send something to the applications' via signals.
And this is the problem. I have an signal defined in my adapter. And emit it. But it will not send to the D-Bus. And so no application can receive it. Has anybody write an working adapter? Or an idea what goes wrong?