qt5base-lts/tests/manual
Marc Mutz 79b742b7e0 QtNetwork: use nullary version of qRegisterMetaType<T>("T")
Using the nullary version has the advantage that multiple calls
during a program run are much more efficient, since an inlined
atomic is used to store the result. It also ensures that
Q_DECLARE_METATYPE(T) has been used, whereas qRegisterMetaType<T>("T")
will happily register anything. So I've added the macro where it
was missing, or moved it to a central place when it existed
hidden.

In tst_qnetworkreply, this became a bit tricky, because a private
header is conditionally included, so moved the Q_DECLARE_METATYPE()
into a conditional section, too.

Change-Id: I71484523e4277f4697b7d4b2ddc3505375162727
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-07-25 19:32:41 +02:00
..
bearerex QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
cocoa Cocoa implementation of QPA menu interface. 2012-05-19 10:18:21 +02:00
gestures Build manual tests. 2012-04-12 14:50:39 +02:00
inputmethodhints Build manual tests. 2012-04-12 14:50:39 +02:00
keypadnavigation Convert these files to ASCII or UTF-8 2012-04-27 22:52:01 +02:00
lance lance: Document all available command line options. 2012-04-25 19:53:22 +02:00
mkspecs Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
network_remote_stresstest Build manual tests. 2012-04-12 14:50:39 +02:00
network_stresstest Fix warnings in manual tests. 2012-04-13 18:15:26 +02:00
qcursor Make QCursor manual tests compile on Qt5 2012-03-07 10:08:37 +01:00
qdesktopwidget Build manual tests. 2012-04-12 14:50:39 +02:00
qgraphicsitemgroup Fix warnings in manual tests. 2012-04-13 18:15:26 +02:00
qgraphicslayout/flicker Fix warnings in manual tests. 2012-04-13 18:15:26 +02:00
qhttpnetworkconnection Build manual tests. 2012-04-12 14:50:39 +02:00
qimagereader Build manual tests. 2012-04-12 14:50:39 +02:00
qlocale Build manual tests. 2012-04-12 14:50:39 +02:00
qnetworkaccessmanager/qget qget test - fix null pointer dereference 2012-06-27 00:46:35 +02:00
qnetworkconfigurationmanager Build manual tests. 2012-04-12 14:50:39 +02:00
qnetworkreply Build manual tests. 2012-04-12 14:50:39 +02:00
qssloptions remove some qmake -project boilerplate from project files 2012-06-19 16:39:52 +02:00
qtabletevent Fix warnings in manual tests. 2012-04-13 18:15:26 +02:00
qtbug-8933 Build manual tests. 2012-04-12 14:50:39 +02:00
qtouchevent Build manual tests. 2012-04-12 14:50:39 +02:00
qwidget_zorder Build manual tests. 2012-04-12 14:50:39 +02:00
repaint Build manual tests. 2012-04-12 14:50:39 +02:00
socketengine Build manual tests. 2012-04-12 14:50:39 +02:00
textrendering Build manual tests. 2012-04-12 14:50:39 +02:00
widgets/itemviews QHeaderView - resizeSection improvement 2012-07-05 13:13:58 +02:00
windowflags Track window state in manual test windowflags. 2012-07-18 15:37:48 +02:00
windowgeometry Improve windowflags, windowgeometry manual tests. 2012-07-11 16:58:53 +02:00
windowmodality Windowmodality-test: Compile with Qt 4.8. 2012-05-04 15:24:52 +02:00
manual.pro Add a manual test for the window geometry. 2012-04-19 19:46:07 +02:00