summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicslistview.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-11 05:24:07 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-11 05:32:18 (GMT)
commit7b06c4ca4bd6f91528d1d9ebf44e2f566e817558 (patch)
treefdfbce6fa9e45557b38c0fb3646323bf87ed2bc9 /src/declarative/graphicsitems/qmlgraphicslistview.cpp
parent239a0dcb704c5a0b1e10a366f8ffacb0db86916e (diff)
downloadQt-7b06c4ca4bd6f91528d1d9ebf44e2f566e817558.zip
Qt-7b06c4ca4bd6f91528d1d9ebf44e2f566e817558.tar.gz
Qt-7b06c4ca4bd6f91528d1d9ebf44e2f566e817558.tar.bz2
Doc fixes after \qmlmethod changes.
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicslistview.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicslistview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicslistview.cpp b/src/declarative/graphicsitems/qmlgraphicslistview.cpp
index 12bf0d8..edcd094 100644
--- a/src/declarative/graphicsitems/qmlgraphicslistview.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicslistview.cpp
@@ -1663,7 +1663,7 @@ void QmlGraphicsListView::keyPressEvent(QKeyEvent *event)
}
/*!
- \qmlmethod ListView::incrementCurrentIndex
+ \qmlmethod ListView::incrementCurrentIndex()
Increments the current index. The current index will wrap
if keyNavigationWraps is true and it is currently at the end.
@@ -1680,7 +1680,7 @@ void QmlGraphicsListView::incrementCurrentIndex()
}
/*!
- \qmlmethod ListView::decrementCurrentIndex
+ \qmlmethod ListView::decrementCurrentIndex()
Decrements the current index. The current index will wrap
if keyNavigationWraps is true and it is currently at the beginning.