Go to file
Marc Mutz 15f041e6d5 QtOpenGL: 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. For this, it requires
Q_DECLARE_METATYPE(T), so add, too.

Change-Id: Ic9a9013aa13ff9d8f917f9df033dd2197944f84a
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-07-25 00:48:38 +02:00
bin generate the module version header directly in the include directory 2012-07-18 19:48:59 +02:00
config.tests Fix Mac OS X architecture detection for non-default Xcode setup. 2012-07-21 00:53:40 +02:00
dist Remove winEventFilter, replaced with installNativeEventFilter. 2012-07-24 00:08:28 +02:00
doc Doc: Removed Double Buffer example. 2012-07-20 02:19:07 +02:00
examples statemachine: Move RestorePolicy enum to QState class 2012-07-16 10:08:28 +02:00
lib
mkspecs Don't make the CMake file generation dependent on DESTDIR. 2012-07-25 00:48:10 +02:00
qmake remove support for rvct_linker config from MinGW generator again 2012-07-24 12:45:02 +02:00
src QtOpenGL: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 00:48:38 +02:00
tests Split the QGuiVariant test from the Core one. 2012-07-25 00:48:33 +02:00
tools Enable CUPS auto detection on Windows 2012-07-19 15:28:18 +02:00
util QUnicodeTables: some internal API renamings 2012-06-22 09:47:59 +02:00
.gitattributes
.gitignore Add the CMake directory created during unit testing to .gitignore. 2012-07-23 07:06:23 +02:00
.tag
configure Fix Mac OS X architecture detection for non-default Xcode setup. 2012-07-21 00:53:40 +02:00
configure.bat
header.BSD
header.FDL
header.LGPL
header.LGPL-ONLY
INSTALL
LGPL_EXCEPTION.txt
LICENSE.FDL
LICENSE.GPL
LICENSE.LGPL
LICENSE.PREVIEW.COMMERCIAL
qtbase.pro Install right version of tools when x-compiling. 2012-07-17 12:52:48 +02:00
sync.profile Move QWindowSystemInterface out of qpa. 2012-07-19 15:28:18 +02:00