qt5base-lts/tests/benchmarks/corelib
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
..
codecs Update contact information in license headers. 2012-01-23 04:04:33 +01:00
io Remove use of QT_MODULE from library 2012-01-25 10:19:44 +01:00
json Import json support from playground/qtbinaryjson 2012-01-24 15:28:20 +01:00
kernel Cleanup mess in public type ids. 2012-01-25 21:08:08 +01:00
plugin Update contact information in license headers. 2012-01-23 04:04:33 +01:00
thread Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tools Remove use of QT_MODULE from library 2012-01-25 10:19:44 +01:00
corelib.pro Import json support from playground/qtbinaryjson 2012-01-24 15:28:20 +01:00