qt5base-lts/tests/auto/corelib/kernel
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
..
qabstractitemmodel Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qcoreapplication Fixed compile of autotests with -qtnamespace. 2011-11-18 00:07:51 +01:00
qeventloop Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qitemmodel Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qmath Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmetaobject moc: support mapping pointers to member functions to indexes 2011-11-14 15:52:26 +01:00
qmetaobjectbuilder qtbase tests: Fix some warnings 2011-11-21 09:58:23 +01:00
qmetaproperty Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
qmetatype Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
qmimedata Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qobject Fix Qt::QueuedConnection when signal has a return value 2011-11-30 01:04:12 +01:00
qpointer Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qsignalmapper Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qsocketnotifier Re-enable the corelib autotests on Mac OS X 2011-11-21 11:31:35 +01:00
qtimer Cleanup corelib autotests 2011-11-25 07:56:16 +01:00
qtranslator Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qvariant Fix linking of autotests on Windows. 2011-11-29 12:28:30 +01:00
qwineventnotifier Cleanup corelib autotests 2011-11-11 02:45:05 +01:00
kernel.pro Re-enable the corelib autotests on Mac OS X 2011-11-21 11:31:35 +01:00