summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativelistview.cpp
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-03-07 05:02:01 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2011-03-07 05:20:13 (GMT)
commitcc6408ccd5453d1bed9f98b9caa14861cea5742b (patch)
treeb8a5b0e0c630ca0040d6d824e18dc65414b266a4 /src/declarative/graphicsitems/qdeclarativelistview.cpp
parent27e4302b7f45f22180693d26747f419177c81e27 (diff)
downloadQt-cc6408ccd5453d1bed9f98b9caa14861cea5742b.zip
Qt-cc6408ccd5453d1bed9f98b9caa14861cea5742b.tar.gz
Qt-cc6408ccd5453d1bed9f98b9caa14861cea5742b.tar.bz2
Fix documentation talking about old property LayoutMirror::mirror
Task-number: QTBUG-11042 Reviewed-by: Bea Lam Change-Id: I3f842b7672ee57dadbd1ed9216249c36aa527d6a
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 0a54c92..f9f1a48 100644
--- a/src/declarative/graphicsitems/qdeclarativelistview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativelistview.cpp
@@ -2146,7 +2146,7 @@ void QDeclarativeListView::setLayoutDirection(Qt::LayoutDirection layoutDirectio
\qmlproperty enumeration ListView::effectiveLayoutDirection
This property holds the effective layout direction of the horizontal list.
- When using the attached property \l {LayoutMirroring::mirror}{LayoutMirroring::mirror} for locale layouts,
+ When using the attached property \l {LayoutMirroring::enabled}{LayoutMirroring::enabled} for locale layouts,
the visual layout direction of the horizontal list will be mirrored. However, the
property \l {ListView::layoutDirection}{layoutDirection} will remain unchanged.