qt6-bb10/tests/auto/corelib/kernel/qobject
Olivier Goffart 55b974faa1 Fix Qt::QueuedConnection when signal has a return value
For queued connections, the args[0] is set to null as it make no sens to
forward the return value to the signal.
So we need to check in the operator, that the pointer is not null.
(container.data is args[0])

Change-Id: I80bde66f1ec19de0f4962c80e5b2797d2819075c
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2011-11-30 01:04:12 +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 Moving relevant tests to corelib/kernel 2011-09-01 12:42:14 +02:00
tst_qobject.cpp Fix Qt::QueuedConnection when signal has a return value 2011-11-30 01:04:12 +01:00
tst_qobject.pro Cleanup corelib autotests 2011-11-11 02:45:05 +01:00