qt6-bb10/src
Marc Mutz e083d25395 QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in types
This allows to check whether QMetaTypeId2::MetaType exists, and can help
turn run-time into compile-time expressions, even without constexpr support,
or in situations where constexpr can't be used (because you can't overload
on it). This was designed for the QMetaType::registerConversion feature,
but it's much more widely applicable.

Change-Id: Iafa04add04bcb531b3f7fe3e751c7e91ee6a3bc0
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
2012-07-26 15:01:04 +02:00
..
3rdparty Fix PCRE build under non-__GNUC__ compilers 2012-06-26 14:53:36 +02:00
concurrent QtConcurrentFilter: remove unused typedef (GCC 4.8 warning) 2012-07-24 00:08:28 +02:00
corelib QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in types 2012-07-26 15:01:04 +02:00
dbus Create IMPORTED CMake targets for executables. 2012-07-25 13:59:15 +02:00
gui Added note to QTransform::isRotating 2012-07-25 19:32:41 +02:00
network QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
opengl QtOpenGL: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 00:48:38 +02:00
platformsupport WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter. 2012-07-23 19:57:07 +02:00
plugins QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
printsupport QtPrintSupport: Replace remaining Q_WS_ conditionals by name checks. 2012-07-21 03:17:23 +02:00
sql Fix some typos. 2012-07-26 14:24:22 +02:00
testlib Add QSignalSpy::wait() method. 2012-07-25 13:31:14 +02:00
tools qdoc: Changed \qmlclass to \qmltype, added \instantiates 2012-07-26 14:24:40 +02:00
widgets Fixup the plugin documentation 2012-07-26 14:25:49 +02:00
winmain fix misnomer: qt_module.prf => qt_build_config.prf 2012-06-19 16:46:08 +02:00
xml Correct QDomDocument documentation re deletion of internal objects. 2012-07-23 22:02:18 +02:00
src.pro enable platformsupport for -no-widgets 2012-07-04 02:46:27 +02:00