qt6-bb10/tests/auto/corelib/kernel/qobject
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
..
.gitignore Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
moc_oldnormalizeobject.cpp Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
oldnormalizeobject.h Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
qobject.pro Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
signalbug.cpp Cleanup corelib autotests 2011-11-10 04:42:45 +01:00
signalbug.h Cleanup corelib autotests 2011-11-10 04:42:45 +01:00
signalbug.pro Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00
tst_qobject.cpp Add QObject::objectNameChanged(const QString &objectName) signal 2011-12-01 17:46:57 +01:00
tst_qobject.pro Fixed installation of corelib tests 2011-12-01 09:12:52 +01:00