trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2018

Re: help with tqt dbus

From: deloptes <deloptes@...>
Date: Sat, 26 May 2018 14:14:17 +0200
deloptes wrote:


> This is the line where it fails
> TQMap< TQT_DBusObjectPath, TQT_DBusDataMap< TQString > > _objects;


might be easier to fix the generated code to use TQT_DBusVariant and
encapsulate TQT_DBusDataMap< TQString > in it like:

TQMap< TQT_DBusObjectPath, TQT_DBusVariant > _objects;