qt6-bb10/tests/benchmarks/corelib/kernel
Jędrzej Nowacki aee1f6cc41 Cleanup mess in public type ids.
There is no reason to keep two separated core types sets. It
couldn't be fixed before Qt5 because of binary compatibility promise.

This patch merges QMetaType core types with ext core types.

This "simple" operation consists of:
- QDataStream version was incremented, because type ids are
saved in QVariant's data stream.
- QMetaType LastExtCoreType and FirstExtCoreType were replaced by
LastCoreType, FirstCoreType and new QMetaType::HighestInternalId.
- New tests checking QVariant data stream for Qt4 and for Qt5 versions
were added.

Change-Id: I02dd74d29317365c297a789a4eb7c9c5edc3b231
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
2012-01-25 21:08:08 +01:00
..
events Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qcoreapplication Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qmetaobject Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qmetatype Cleanup mess in public type ids. 2012-01-25 21:08:08 +01:00
qobject Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qtimer_vs_qmetaobject Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qvariant Cleanup mess in public type ids. 2012-01-25 21:08:08 +01:00
kernel.pro Change event posting to use a QVector. 2011-12-30 21:58:10 +01:00