qt5base-lts/tests/auto/widgets
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
..
dialogs qfiledialog2: Skip test that is passing on CI and failing otherwise. 2012-02-27 08:08:50 +01:00
effects Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
graphicsview Refactor input context tests 2012-02-22 13:54:13 +01:00
itemviews Fix inconsistent auto test executable names 2012-02-27 13:55:12 +01:00
kernel clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
styles Fix inconsistent auto test executable names 2012-02-27 13:55:12 +01:00
util clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
widgets Rename QMetaMethod::signature() to methodSignature() 2012-02-29 12:50:14 +01:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00