summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-06-29 12:54:08 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-29 07:33:50 +0200
commit2643f054382d3da29bb3a12e46cd1f3c835bb535 (patch)
treef28dfb236b817e034310adba65e11fdc7293cc59
parent56f29eba0942ea9f3a6210fc7fec49ebb647c02b (diff)
anchors.mirrored is documented but does not exist in QtQuick 1
anchors.mirrors was removed before QtQuick 1.1 release, but the docs were not removed. Task-number: QTBUG-23427 Change-Id: I8352a444b97a21a98228b85f12a652ed013e93f1 Reviewed-by: Bea Lam <bea.lam@nokia.com>
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp
index ab14363c..b86d0e1a 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp
@@ -2335,8 +2335,6 @@ QDeclarativeAnchorLine QDeclarativeItemPrivate::baseline() const
\qmlproperty real Item::anchors.verticalCenterOffset
\qmlproperty real Item::anchors.baselineOffset
- \qmlproperty bool Item::anchors.mirrored
-
Anchors provide a way to position an item by specifying its
relationship with other items.
@@ -2394,8 +2392,6 @@ QDeclarativeAnchorLine QDeclarativeItemPrivate::baseline() const
To clear an anchor value, set it to \c undefined.
- \c anchors.mirrored returns true it the layout has been \l {LayoutMirroring}{mirrored}.
-
\note You can only anchor an item to siblings or a parent.
For more information see \l {anchor-layout}{Anchor Layouts}.