Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.0 Beta 1
-
None
-
Linux. Thiago Macieira said he could reproduce this.
-
bdfbc9e493b4df7da89fb62222dc7cb283b3794a
Description
In the Qt5 alpha and latest beta candidate version qdbusxml2cpp is broken. It does not generate the DBus introspection string that goes into the adaptor header file.
In the header file the Q_CLASSINFO("D-Bus Intropection", "", "introspection_information")
macro included in the class is empty where "introspection_information" is located. Using the Qt4 version of qdbusxml2cpp works.