qt5base-lts/tests/auto/corelib
Bradley T. Hughes ba635d7e74 Add QObject::objectNameChanged(const QString &objectName) signal
This is sent when the object's name changes.

tst_moc must be updated since the method count of QObject has changed.
The test assumed that there were 4 invokable methods in QObject. The
new signal is the 5th, which breaks the test's assumptions. Fix this
as well.

tst_QObject must be updated since the
QObjectPrivate::isSignalConnected() method only supports the first 64
signals. With the addition of this new signal, sig61() in the test
becomes the 65th signal, and will always appear connected now.

Task-number: QTBUG-13999 (related)
Change-Id: Ie87893c71a231fafa7ccf2f16102238a7be8327a
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2011-12-01 17:46:57 +01:00
..
animation Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
codecs Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
concurrent Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
global Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros. 2011-12-01 14:35:42 +01:00
io Windows: Fix compilation of qdir test. 2011-12-01 14:45:45 +01:00
kernel Add QObject::objectNameChanged(const QString &objectName) signal 2011-12-01 17:46:57 +01:00
plugin Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
statemachine Cleanup corelib autotests 2011-11-30 07:49:32 +01:00
thread Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
tools Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
xml Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
corelib.pro Exclude qtconcurrent tests via .pro files. 2011-10-12 18:01:19 +02:00