qt5base-lts/tests/auto/dbus
Kent Hansen 96f2365cf4 Rename QMetaMethod::signature() to methodSignature()
In Qt5 the meta-data format will be changed to not store the
method signature string explicitly; the signature will be
reconstructed on demand from the method name and parameter type
information.

The QMetaMethod::signature() method returns a const char pointer.
Changing the return type to QByteArray can lead to silent bugs due to
the implicit conversion to char *. Even though it's a source-
incompatible change, it's therefore better to introduce a new
function, methodSignature(), and remove the old signature().

Task-number: QTBUG-24154
Change-Id: Ib3579dedd27a3c7c8914d5f1b231947be2cf4027
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
2012-02-29 12:50:14 +01:00
..
qdbusabstractadaptor Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusabstractinterface Stabilize tst_qdbusabstractinterface and make it XFAIL 2012-02-20 23:34:35 +01:00
qdbusconnection Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusconnection_no_bus Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuscontext Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusinterface Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuslocalcalls Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusmarshall Cleanup usage of QVariant::Type. 2012-02-27 12:47:52 +01:00
qdbusmetaobject Rename QMetaMethod::signature() to methodSignature() 2012-02-29 12:50:14 +01:00
qdbusmetatype Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuspendingcall Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbuspendingreply Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusreply Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusservicewatcher Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusthreading Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbustype Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qdbusxmlparser Eliminate duplicate data row names in dbus, tools and xml autotests. 2012-02-16 02:00:52 +01:00
dbus.pro Merge branch 'master' into refactor 2011-09-12 07:49:03 +02:00