Re: [Interest] Qt5 qdbusxml2cpp appears broken

2012-07-26 Thread Stephen Kelly
Thiago Macieira wrote: > On quarta-feira, 25 de julho de 2012 12.57.17, Miller, Doug wrote: >> 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

Re: [Interest] Qt5 qdbusxml2cpp appears broken

2012-07-25 Thread Thiago Macieira
On quarta-feira, 25 de julho de 2012 12.57.17, Miller, Doug wrote: > 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",

[Interest] Qt5 qdbusxml2cpp appears broken

2012-07-25 Thread Miller, Doug
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