summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-15 06:36:26 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-15 06:36:26 (GMT)
commit5be65b4ce744945ba31f110660a4cf58c123742b (patch)
tree49b58c566a5e2131141c64c17c4b6cc1b37b28a5 /src/declarative/graphicsitems/qdeclarativelistview.cpp
parent7d0b62158471d46db9902ce0d0d7b7244c743cce (diff)
downloadQt-5be65b4ce744945ba31f110660a4cf58c123742b.zip
Qt-5be65b4ce744945ba31f110660a4cf58c123742b.tar.gz
Qt-5be65b4ce744945ba31f110660a4cf58c123742b.tar.bz2
fix doc link
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativelistview.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativelistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativelistview.cpp b/src/declarative/graphicsitems/qdeclarativelistview.cpp
index 110c970..fa422fd 100644
--- a/src/declarative/graphicsitems/qdeclarativelistview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativelistview.cpp
@@ -1732,7 +1732,7 @@ void QDeclarativeListView::setHighlight(QDeclarativeComponent *highlight)
highlight is not moved by the view, and any movement must be implemented
by the highlight.
- Here is a highlight with its motion defined by a \l {SpringAniamtion} item:
+ Here is a highlight with its motion defined by a \l {SpringAnimation} item:
\snippet doc/src/snippets/declarative/listview/listview.qml highlightFollowsCurrentItem