[Interest] Question about using QtDBus
Thiago Macieira
thiago.macieira at intel.com
Tue Sep 2 23:30:54 CEST 2014
On Tuesday 02 September 2014 20:05:04 Rogers Nate wrote:
> I used qdbuscpp2xml to generate new adapter and interface files but I am
> still getting the same error...
As I said, you can't use cpp2xml on a class where there's a signal or slot
containing a parameter that isn't one of the basic Qt types. The tool won't
know what that type expands to in D-Bus.
You need to manually adjust the .xml file and keep it around. Don't generate it
during build.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Interest
mailing list