qt5base-lts/tests/auto/corelib
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
..
animation Fix deadlock in QPropertyAnimation 2012-03-07 12:48:49 +01:00
codecs fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef] 2012-04-11 19:14:43 +02:00
global Work around what apparently is a GCC 4.6.0 bug 2012-03-25 15:09:52 +02:00
io Do not ignore tests/auto/corelib/io/qtextstream on Mac OS X 2012-04-12 21:26:42 +02:00
itemmodels Eliminate duplicate data row names from corelib autotests. 2012-02-14 06:19:16 +01:00
json Don't crash when comparing values containing empty arrays/objects 2012-04-11 16:09:06 +02:00
kernel moc: fix compilation of signals returning pointers. 2012-04-13 08:33:34 +02:00
mimetypes Make comment() work in the C locale too. 2012-03-22 13:29:50 +01:00
plugin Fix a crash in QFactoryLoader 2012-03-29 13:58:13 +02:00
statemachine Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
thread Fixed qthreadstorage unittest to work from install directory 2012-03-26 03:42:10 +02:00
tools test: marked tst_qlocale as insignificant on Windows 2012-04-13 07:18:24 +02:00
xml Fix MSVC warnings in tests. 2012-04-02 16:56:48 +02:00
corelib.pro Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00