qt5base-lts/tests/auto/corelib/kernel
Olivier Goffart 03b2512598 Fix QMetaType of const references
This fixes QMetaType detection of const reference arguments in signals
while connecting using the new syntax and Qt::QueuedConnection

const references should have the same QMetaType as non references.
That means we need to remove the const reference while getting the
QMetaType.

Change-Id: I9b2688da7fb9ae985aec0d8fa62a1165357ffe71
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2013-02-21 14:54:00 +01:00
..
qcoreapplication Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qeventdispatcher Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qeventloop Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmath Add qDegreesToRadians and qRadiansToDegrees math functions 2013-02-05 14:40:14 +01:00
qmetamethod Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetaobject Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetaobjectbuilder Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetaproperty Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qmetatype Fix QMetaType of const references 2013-02-21 14:54:00 +01:00
qmimedata tests: Fix some more old references and links to Nokia 2013-02-01 15:27:37 +01:00
qobject Fix QMetaType of const references 2013-02-21 14:54:00 +01:00
qpointer Make it possible to use QPointer<const T> 2013-02-13 15:15:56 +01:00
qsharedmemory Fix minor typos in docs, printed messages & comments 2013-01-28 18:12:41 +01:00
qsignalmapper Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsocketnotifier Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qsystemsemaphore Check existence of QProcess feature before using it on Qt autotests. 2013-01-28 16:06:15 +01:00
qtimer Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtranslator Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qvariant tests: Fix some more old references and links to Nokia 2013-02-01 15:27:37 +01:00
qwineventnotifier Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
kernel.pro Check for network module when building according auto tests 2013-02-19 19:20:53 +01:00