qt5base-lts/tests/auto/dbus
Aaron McCarthy 9501fef5da Fix DBus signature generation for complex types.
When generating the DBus signature of a registered custom type the
marshaller appends the signatures of the map entries and array items
after the map/array causing an invalid DBus signature to be generated.
This happens because beginArray() and beginMap() output the full
signature of the data.

Fixed by suppressing changes to the signature within
beginArray()/endArray() and beginMap()/endMap() blocks.

Change-Id: Icaf23b2fe58a3e1f575b81e4a100f02684f68452
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2014-12-04 05:40:30 +01:00
..
qdbusabstractadaptor Autotest: synchronize with the peer before emitting more signals 2014-10-31 03:57:24 +01:00
qdbusabstractinterface Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusconnection Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusconnection_no_bus Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuscontext Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusinterface Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuslocalcalls Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmarshall Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmetaobject Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusmetatype Fix DBus signature generation for complex types. 2014-12-04 05:40:30 +01:00
qdbuspendingcall Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbuspendingreply Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusreply Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusservicewatcher Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusthreading Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbustype Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qdbusxmlparser Update license headers and add new license files 2014-09-24 12:26:19 +02:00
dbus.pro Revert c3f485c525 2013-08-08 09:22:29 +02:00