qt5base-lts/tests/auto/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
..
qcoreapplication Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qeventloop Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qmath 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
qmetaobjectbuilder moc: Use QMetaType::QVariant as the type for QVariant 2012-01-25 08:46:40 +01:00
qmetaproperty Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qmetatype Store the is-a QObject fact with the metatype declaration. 2012-01-24 15:27:25 +01:00
qmimedata Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qobject moc: Use QMetaType::QVariant as the type for QVariant 2012-01-25 08:46:40 +01:00
qpointer Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qsignalmapper Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qsocketnotifier Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qtimer Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qtranslator 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
qwineventnotifier Update contact information in license headers. 2012-01-23 04:04:33 +01:00
kernel.pro Add missing subdirectory to kernel.pro file. 2012-01-10 01:25:45 +01:00