summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-07-16 12:09:11 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-07-16 12:09:11 (GMT)
commitd59380458cce6fc52b6de91d8380b31d46c3f83f (patch)
tree244c41b1453291b96ae6436818d95e0ecc4e5122 /src/declarative/graphicsitems
parent4ed51b7160471ae3a7db1fbb12a8f265ff7c3239 (diff)
downloadQt-d59380458cce6fc52b6de91d8380b31d46c3f83f.zip
Qt-d59380458cce6fc52b6de91d8380b31d46c3f83f.tar.gz
Qt-d59380458cce6fc52b6de91d8380b31d46c3f83f.tar.bz2
Doc: Fixed QML documentation errors.
Reviewed-by: Trust Me
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepathview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepathview.cpp b/src/declarative/graphicsitems/qdeclarativepathview.cpp
index f4ebd13..1224c73 100644
--- a/src/declarative/graphicsitems/qdeclarativepathview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativepathview.cpp
@@ -403,7 +403,7 @@ QDeclarativePathView::~QDeclarativePathView()
The model provides a set of data that is used to create the items for the view.
For large or dynamic datasets the model is usually provided by a C++ model object.
- Models can also be created directly in XML, using the ListModel element.
+ Models can also be created directly in QML, using the ListModel element.
\sa {qmlmodels}{Data Models}
*/
@@ -627,8 +627,8 @@ void QDeclarativePathViewPrivate::setOffset(qreal o)
so as to stay with the current item.
The below example demonstrates how to make a simple highlight. Note the use
- of the PathView.onPath property to ensure that the highlight is hidden
- when flicked off of the path.
+ of the \l{PathView::onPath}{PathView.onPath} attached property to ensure that
+ the highlight is hidden when flicked away from the path.
\code
Component {