qt6-bb10/src
Jędrzej Nowacki ae9afa6b9e Remove wrong assert from QMetaType.
We can't assert that QMetaType helper arrays are initialized. In rare
situations it may happen that QMetaType compiled without support for an
external type (without compiled Gui or Widgets libraries) will be asked
for additional information for the type.

For example (assuming Qt is compiled with --no-gui):
// typeId it may be received over network (QMetaType::QImage)
void *ptr = QMetaType::create(typeId);

Change-Id: I018a59b23def35c7574e7c921019b5db4f06e800
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-01-10 01:27:04 +01:00
..
3rdparty Remove QtV8 library from QtBase 2012-01-09 19:54:07 +01:00
corelib Remove wrong assert from QMetaType. 2012-01-10 01:27:04 +01:00
dbus Rename private API to avoid conflict with mac OX macros. 2012-01-09 16:40:36 +01:00
gui Implement QDebug stream operators for builtin classes 2012-01-10 01:25:18 +01:00
modules Remove QtV8 library from QtBase 2012-01-09 19:54:07 +01:00
network QLocalSocket: make socket descriptor qintptr 2012-01-10 01:25:02 +01:00
opengl Remove all non-inline of qMalloc/qFree/qRealloc. 2012-01-06 14:11:14 +01:00
platformsupport Added xrender as a dependency to build glxconvenience. 2012-01-06 09:38:31 +01:00
plugins Remove unused function. 2012-01-09 16:44:56 +01:00
printsupport Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
sql Fix documentation. 2012-01-06 13:42:40 +01:00
testlib Remove the Q_TYPENAME define. 2012-01-08 23:54:56 +01:00
tools Remove QtV8 library from QtBase 2012-01-09 19:54:07 +01:00
widgets Implement QDebug stream operators for builtin classes 2012-01-10 01:25:18 +01:00
winmain Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
xml Fix memory leak in QDomDocument DTD entity declaration handler 2012-01-06 02:59:59 +01:00
qbase.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_install.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_targets.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
src.pro Remove QtV8 library from QtBase 2012-01-09 19:54:07 +01:00