[Interest] DBus on X11 using Qt5
Ramakanthreddy Kesireddy
Ramakanthreddy.Kesireddy at techmahindra.com
Mon Aug 19 08:09:29 CEST 2013
Hi Thiago,
Thanks a lot for your inputs.
The issue is resolved now.
Br,
Ramakanth
-----Original Message-----
From: interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam.com at qt-project.org [mailto:interest-bounces+ramakanthreddy_kesireddy=mahindrasatyam.com at qt-project.org] On Behalf Of Thiago Macieira
Sent: 26 July 2013 21:20
To: interest at qt-project.org
Subject: Re: [Interest] DBus on X11 using Qt5
On sexta-feira, 26 de julho de 2013 08:11:18, Ramakanthreddy Kesireddy wrote:
> Yes Reply.type() is QDBusMessage::ReplyMessage
Ok. So what were the contents of the reply? Please print Reply.signature().
If you want more information, please do this:
1) add outside your function:
namespace QDBusUtil { QString argumentToString(const QVariant &arg); }
2) add inside your function:
qDebug() << QDBusUtil::argumentToString(Reply.arguments()[0]);
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
________________________________
DISCLAIMER:
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.
More information about the Interest
mailing list