Commit 4b8ceb41 authored by Stephen Kelly's avatar Stephen Kelly Committed by Qt by Nokia
Browse files

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: default avatarLars Knoll <lars.knoll@nokia.com>
parent 6efefb3f
No related merge requests found
Showing with 154 additions and 9 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment