diff options
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicslistview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicslistview.cpp b/src/declarative/graphicsitems/qmlgraphicslistview.cpp index 3a59c6c..2752551 100644 --- a/src/declarative/graphicsitems/qmlgraphicslistview.cpp +++ b/src/declarative/graphicsitems/qmlgraphicslistview.cpp @@ -1942,6 +1942,8 @@ QString QmlGraphicsListView::currentSection() const highlightFollowsCurrentItem must be true for these properties to have effect. + The default value for these properties is 400 pixels/second. + \sa highlightFollowsCurrentItem */ qreal QmlGraphicsListView::highlightMoveSpeed() const |