Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.1
-
None
Description
While tracking bug QTBUG-43550 it has been recognized that QDBusMessage do not give access to the serial of a message reply, which is useful to sync with dbus-monitor output.
The appended patch adds a new method replySerial() to DBusMessage and print out the message serial in the related QDebug operator<<.