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
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
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
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