diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-09-15 06:09:35 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-09-15 06:09:35 (GMT) |
commit | 7c6bc5a25d11a9d455b5bf96cb5229f78790db3a (patch) | |
tree | 8cf9f16a0179de41d061d3147a4be02fd71a8de2 | |
parent | f918c8c60369154f45008a0e7e3af3bf5121abd5 (diff) | |
download | Qt-7c6bc5a25d11a9d455b5bf96cb5229f78790db3a.zip Qt-7c6bc5a25d11a9d455b5bf96cb5229f78790db3a.tar.gz Qt-7c6bc5a25d11a9d455b5bf96cb5229f78790db3a.tar.bz2 |
Fix docs.
-rw-r--r-- | src/declarative/fx/qfxlistview.cpp | 6 |
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. |