qt5base-lts/tests/auto/tools
Volker Krause 8c1cb66712 Fix moc generating invalid code for slots with reference types as argument.
We can't have T& declared/registered as a metatype (wont compile), but
using it as type for a slot argument is possible. With the recent
introduction of metatype auto-registration we have to make sure that moc
doesn't attempt to auto-register those. Simple types are handled correctly
already, this fixes containers and smart pointers.

Change-Id: Id96857c57d6ebf158a67e9d527c89dc195473b1b
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-09-02 23:41:42 +02:00
..
moc Fix moc generating invalid code for slots with reference types as argument. 2012-09-02 23:41:42 +02:00
qdbuscpp2xml Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qdbusxml2cpp Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
qmake Remove relic QT_VERSION from qmake test 2012-08-14 03:56:55 +02:00
rcc Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
uic uic-Autotest: Remove SRCDIR-define, add stdout-test. 2012-08-02 20:38:54 +02:00
tools.pro Add unit testing for the qdbusxml2cpp tool 2012-04-21 01:18:56 +02:00