qt5base-lts/tests/auto/corelib/kernel/qobject
Olivier Goffart d1329e43cb moc: fix compilation of signals returning pointers.
That was a regression introduced in 1c5db1aff

Example:
  signals: int *someSignal();
would produce this code:
   int* _t0 = int*();
which does not compile

So have special handling for pointer to change it to '= 0'

Change-Id: Ie695e15e309d15c3cfd5c5a69ac8bf6d61ae9915
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-04-13 08:33:34 +02:00
..
signalbug clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
test Fixed path in qobject unittest 2012-03-22 06:49:08 +01:00
.gitignore QObject-test: Reorganize subprocess. 2011-12-14 07:07:09 +01:00
moc_oldnormalizeobject.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
oldnormalizeobject.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qobject.pro Fixed tst_qobject signalbug silently not compiled in -fast builds. 2012-02-23 09:06:44 +01:00
tst_qobject.cpp moc: fix compilation of signals returning pointers. 2012-04-13 08:33:34 +02:00