Regards
Aditya
On Sun, Oct 9, 2016 at 12:22 AM, Lydia Pintscher wrote:
> On Sat, Oct 8, 2016 at 3:43 PM, Aditya Sharma
> wrote:
> > I happened to create KDE Now during this Summer of Code. There are some
>
> This makes me super happy :D (Though maybe we want a different n
>
> Hello developers,
>
> Do you have a project in mind which will help KDE? Season of KDE might
> be for you.
>
> KDE Student Programs has announced the 2016-2017 Season of KDE for
> those who want to participate in mentored projects which enhance KDE
> in some way.
>
> Projects from past Seasons
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 ge
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