[Interest] DBus on X11 using Qt5

Thiago Macieira thiago.macieira at intel.com
Fri Jul 26 17:49:33 CEST 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130726/cd623a18/attachment.sig>


More information about the Interest mailing list