<div dir="ltr">Thank you, it seems to be working fine for me, even with Qt4.8.<div><div>But now, second part of my problem: How to handle an incoming DBUS signal in a similar way (without using slots) ?</div><div><br></div>

<div>Best regards</div><div>Jacques</div><div><br><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 12, 2013 at 2:12 AM, Thiago Macieira <span dir="ltr"><<a href="mailto:thiago@kde.org" target="_blank">thiago@kde.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On segunda-feira, 11 de março de <a href="tel:2013%2019.40.35" value="+12013194035">2013 19.40.35</a>, Jacques Guillou wrote:<br>


> Hello,<br>
><br>
> I would like to use the classes of QtDBus without using the standard<br>
> dispatching mechanism based on objects' metadata.<br>
> Basically, when my application receives a DBUS message, I would need to<br>
> somehow get a reference to the corresponding QDBusMessage object, and<br>
> process that message by myself.<br>
<br>
</div>Use QDBusVirtualObject. Unfortunately, I forgot to mark the documentation<br>
public for 5.0. It's there though.<br>
<br>
I've just submitted a change to make it public in 5.1. See<br>
<a href="https://codereview.qt-project.org/50647" target="_blank">https://codereview.qt-project.org/50647</a><br>
<div class="im"><br>
> Is there a way to do that ? Having a look at the code (Qt 4.8), it does not<br>
> look like this is feasible, since the QDBusMessage object reference seems<br>
> to be only visible from the QDBusConnectionPrivate class, but I may have<br>
> overseen something.<br>
> Any idea ?<br>
<br>
</div>Preferably, upgrade to 5.0.<br>
<br>
The class does exist in 4.8 and is in a public header, but I don't remember if<br>
it had any outstanding bugs.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Thiago Macieira - thiago (AT) <a href="http://macieira.info" target="_blank">macieira.info</a> - thiago (AT) <a href="http://kde.org" target="_blank">kde.org</a><br>
   Software Architect - Intel Open Source Technology Center<br>
      PGP/GPG: 0x6EF45358; fingerprint:<br>
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358<br>
</font></span><br>_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
<br></blockquote></div><br></div>