qt6-bb10/src
Stephen Kelly 4b8ceb41ae Store the is-a QObject fact with the metatype declaration.
This is a source incompatible change for Q_DECLARE_METATYPE(T*),
which now requires T to be fully defined.

The consequences of this are:
 * Forward declared types can no longer be declared as a metatype.
     (though this is a very uncommon thing to do).

There is a trivial workaround where necessary.

Change-Id: Id74c40088b8c0b466fcd7c55abd616f69acc82c8
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-01-24 15:27:25 +01:00
..
3rdparty Update contact information in license headers. 2012-01-23 04:04:33 +01:00
corelib Store the is-a QObject fact with the metatype declaration. 2012-01-24 15:27:25 +01:00
dbus Update contact information in license headers. 2012-01-23 04:04:33 +01:00
gui QKeySequence: add tests, fix handling of '+' as key or separator. 2012-01-24 15:27:17 +01:00
modules Remove dependency of QtDBus onto QtXml 2012-01-22 22:10:02 +01:00
network Remove reference to Symbian in QtNetwork. 2012-01-24 01:09:25 +01:00
opengl Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap. 2012-01-24 02:45:13 +01:00
platformsupport Update contact information in license headers. 2012-01-23 04:04:33 +01:00
plugins Remove Symbian specific code from QtGui. 2012-01-24 01:09:16 +01:00
printsupport Update contact information in license headers. 2012-01-23 04:04:33 +01:00
sql Store the is-a QObject fact with the metatype declaration. 2012-01-24 15:27:25 +01:00
testlib Revert "Blow up earlier when adding test rows without columns." 2012-01-23 13:07:47 +01:00
tools Update contact information in license headers. 2012-01-23 04:04:33 +01:00
widgets Remove Qt 5 notes that would result in source incompatibility unnecessarily. 2012-01-24 01:09:08 +01:00
winmain Update contact information in license headers. 2012-01-23 04:04:33 +01:00
xml Remove Symbian specific code from QtXml. 2012-01-23 11:02:18 +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 dependency of QtDBus onto QtXml 2012-01-22 22:10:02 +01:00