qt6-bb10/tests/auto/corelib
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
..
animation Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
codecs Cleanup corelib autotests 2011-11-14 07:33:57 +01:00
concurrent Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
global Change the return value of QObject::connect 2011-11-25 01:12:14 +01:00
io Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
kernel Fix Qt::QueuedConnection when signal has a return value 2011-11-30 01:04:12 +01:00
plugin Improved failure messages from tst_qlibrary 2011-11-28 08:13:41 +01:00
statemachine Cleanup corelib autotests 2011-11-29 05:16:52 +01:00
thread Fix crash in tst_qatomicpointer test 2011-11-29 00:07:02 +01:00
tools Fix compilation of qeasingcurve autotest on Windows. 2011-11-29 12:28:06 +01:00
xml Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
corelib.pro Exclude qtconcurrent tests via .pro files. 2011-10-12 18:01:19 +02:00