summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/integrating.qdoc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-04-23 04:53:43 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-04-23 04:54:14 (GMT)
commit43559e16f30d9c6eb932d4f571ec6d749b1221d5 (patch)
treea2b63a263b23937c777905f19bebdaa3539fa512 /doc/src/declarative/integrating.qdoc
parent5ef92c54cd35e6b2abf5f4b0db02c8980c48119d (diff)
downloadQt-43559e16f30d9c6eb932d4f571ec6d749b1221d5.zip
Qt-43559e16f30d9c6eb932d4f571ec6d749b1221d5.tar.gz
Qt-43559e16f30d9c6eb932d4f571ec6d749b1221d5.tar.bz2
Doc fixes.
Diffstat (limited to 'doc/src/declarative/integrating.qdoc')
-rw-r--r--doc/src/declarative/integrating.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/declarative/integrating.qdoc b/doc/src/declarative/integrating.qdoc
index 65413ec..0051f09 100644
--- a/doc/src/declarative/integrating.qdoc
+++ b/doc/src/declarative/integrating.qdoc
@@ -152,8 +152,8 @@ Here is a screenshot of the result:
\image declarative-integrating-graphicswidgets.png
-Note this approach of creating your graphics widgets from QML does not work
-with QGraphicsItem objects that are not QGraphicsWidget-based, since they are not QObjects.
+Note this approach of creating your graphics objects from QML does not work
+with QGraphicsItems that are not QGraphicsObject-based, since they are not QObjects.
See \l{Extending QML in C++} for further information on using C++ types.