qt5base-lts/tests/auto/tools/moc
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
..
task71021 Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
Test.framework/Headers Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
testproject Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
.gitattributes Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
.gitignore Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
assign-namespace.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
backslash-newlines.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
c-comments.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
cstyle-enums.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
cxx11-enums.h moc: support c++11 style enums 2011-10-29 21:18:45 +02:00
dir-in-include-path.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
error-on-wrong-notify.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
escapes-in-string-literals.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
extraqualification.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
forgotten-qinterface.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
gadgetwithnoenums.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
Header Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
interface-from-framework.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
macro-on-cmdline.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
moc.pro moc: support c++11 style enums 2011-10-29 21:18:45 +02:00
namespaced-flags.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
no-keywords.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
oldstyle-casts.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
os9-newlines.h Merge branch 'master' of codereview.qt-project.org:qt/qtbase 2011-09-13 10:20:08 +02:00
parse-boost.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
pure-virtual-signals.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
qinvokable.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
qprivateslots.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
single_function_keyword.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
slots-with-void-template.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
task87883.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
task189996.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
task192552.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
task234909.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
task240368.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
template-gtgt.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
trigraphs.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
tst_moc.cpp Add QObject::objectNameChanged(const QString &objectName) signal 2011-12-01 17:46:57 +01:00
using-namespaces.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
warn-on-multiple-qobject-subclasses.h Fix moc autotest 2011-09-29 08:55:10 +02:00
warn-on-property-without-read.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00
win-newlines.h Moved autotests in category 'tools' into new directory structure 2011-09-12 10:08:29 +02:00