Re: D-Bus signal parameter and incorrect xml generation

2016-08-16 Thread Albert Astals Cid
El dimarts, 16 d’agost de 2016, a les 10:55:46 CEST, Aditya Sharma va escriure: > On Tue, Aug 16, 2016 at 2:53 AM, Albert Astals Cid wrote: > > El dimecres, 10 d’agost de 2016, a les 23:00:19 CEST, Aditya Sharma va > > > > escriure: > > > Hey ! > > > > > > I'm trying to pass a QVariantMap as a

Re: D-Bus signal parameter and incorrect xml generation

2016-08-15 Thread Aditya Sharma
On Tue, Aug 16, 2016 at 2:53 AM, Albert Astals Cid wrote: > El dimecres, 10 d’agost de 2016, a les 23:00:19 CEST, Aditya Sharma va > escriure: > > Hey ! > > > > I'm trying to pass a QVariantMap as a D-Bus signal parameter so that the > > intended application gets the updated data every time that

Re: D-Bus signal parameter and incorrect xml generation

2016-08-15 Thread Albert Astals Cid
El dimecres, 10 d’agost de 2016, a les 23:00:19 CEST, Aditya Sharma va escriure: > Hey ! > > I'm trying to pass a QVariantMap as a D-Bus signal parameter so that the > intended application gets the updated data every time that signal is > emitted. Do you have a branch/repository or sample code w

D-Bus signal parameter and incorrect xml generation

2016-08-10 Thread Aditya Sharma
Hey ! I'm trying to pass a QVariantMap as a D-Bus signal parameter so that the intended application gets the updated data every time that signal is emitted. I have a class A, in which I have a Q_SIGNAL, as: void update(QVariantMap map) Inside CMakeLists.txt, I call qt5_generate_dbus_interface w