summaryrefslogtreecommitdiffstats
path: root/src/declarative/widgets
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-02-12 00:27:18 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-02-12 00:53:22 (GMT)
commit3aa16c105b7f9e55e804ee6bbb738dd267e484f2 (patch)
tree9be7555cf3ae8aef55155064ca027e64a6ce640d /src/declarative/widgets
parentba1fdd6e275ab6d22efe6329325b7cd6aa40a56e (diff)
downloadQt-3aa16c105b7f9e55e804ee6bbb738dd267e484f2.zip
Qt-3aa16c105b7f9e55e804ee6bbb738dd267e484f2.tar.gz
Qt-3aa16c105b7f9e55e804ee6bbb738dd267e484f2.tar.bz2
Decouple Loader from QmlGraphicsItem
Task-number: QT-2823 Reviewed-by: Aaron Kennedy
Diffstat (limited to 'src/declarative/widgets')
-rw-r--r--src/declarative/widgets/graphicswidgets_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/widgets/graphicswidgets_p.h b/src/declarative/widgets/graphicswidgets_p.h
index b15bffa..0de5c89 100644
--- a/src/declarative/widgets/graphicswidgets_p.h
+++ b/src/declarative/widgets/graphicswidgets_p.h
@@ -60,6 +60,7 @@ QT_END_NAMESPACE
QML_DECLARE_TYPE(QGraphicsView)
QML_DECLARE_TYPE_HASMETATYPE(QGraphicsScene)
QML_DECLARE_TYPE(QGraphicsWidget)
+QML_DECLARE_TYPE(QGraphicsObject)
QML_DECLARE_INTERFACE_HASMETATYPE(QGraphicsItem)
QT_END_HEADER