summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-09-15 06:09:35 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-09-15 06:09:35 (GMT)
commit7c6bc5a25d11a9d455b5bf96cb5229f78790db3a (patch)
tree8cf9f16a0179de41d061d3147a4be02fd71a8de2
parentf918c8c60369154f45008a0e7e3af3bf5121abd5 (diff)
downloadQt-7c6bc5a25d11a9d455b5bf96cb5229f78790db3a.zip
Qt-7c6bc5a25d11a9d455b5bf96cb5229f78790db3a.tar.gz
Qt-7c6bc5a25d11a9d455b5bf96cb5229f78790db3a.tar.bz2
Fix docs.
-rw-r--r--src/declarative/fx/qfxlistview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxlistview.cpp b/src/declarative/fx/qfxlistview.cpp
index 6fa1172..168e4c4 100644
--- a/src/declarative/fx/qfxlistview.cpp
+++ b/src/declarative/fx/qfxlistview.cpp
@@ -1076,9 +1076,9 @@ void QFxListView::setHighlightFollowsCurrentItem(bool autoHighlight)
}
/*!
- \qmlproperty real preferredHighlightBegin
- \qmlproperty real preferredHighlightEnd
- \qmlproperty bool strictlyEnforceHighlightRange
+ \qmlproperty real ListView::preferredHighlightBegin
+ \qmlproperty real ListView::preferredHighlightEnd
+ \qmlproperty bool ListView::strictlyEnforceHighlightRange
These properties set the preferred range of the highlight (current item)
within the view.