diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-10-16 06:17:55 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-10-16 06:17:55 (GMT) |
commit | dc66752f24442a0bb219a9a4810b47ba4ece3d5c (patch) | |
tree | 119c46d96d0bae62d3c7232b34a5d0176b7a1d59 /src/declarative/widgets | |
parent | f9a0533d2711d3efca48a80f6ff65098039d7b33 (diff) | |
download | Qt-dc66752f24442a0bb219a9a4810b47ba4ece3d5c.zip Qt-dc66752f24442a0bb219a9a4810b47ba4ece3d5c.tar.gz Qt-dc66752f24442a0bb219a9a4810b47ba4ece3d5c.tar.bz2 |
Fixes for Symbian.
Diffstat (limited to 'src/declarative/widgets')
-rw-r--r-- | src/declarative/widgets/graphicslayouts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/widgets/graphicslayouts.h b/src/declarative/widgets/graphicslayouts.h index 863f846..45f1439 100644 --- a/src/declarative/widgets/graphicslayouts.h +++ b/src/declarative/widgets/graphicslayouts.h @@ -184,7 +184,9 @@ QML_DECLARE_INTERFACE(QGraphicsLayoutItem) QML_DECLARE_INTERFACE(QGraphicsLayout) QML_DECLARE_TYPE(QGraphicsLinearLayoutStretchItemObject) QML_DECLARE_TYPE(QGraphicsLinearLayoutObject) +QML_DECLARE_TYPEINFO(QGraphicsLinearLayoutObject, QML_HAS_ATTACHED_PROPERTIES) QML_DECLARE_TYPE(QGraphicsGridLayoutObject) +QML_DECLARE_TYPEINFO(QGraphicsGridLayoutObject, QML_HAS_ATTACHED_PROPERTIES) QT_END_HEADER |