From 2643f054382d3da29bb3a12e46cd1f3c835bb535 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Fri, 29 Jun 2012 12:54:08 +1000 Subject: 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 --- src/declarative/graphicsitems/qdeclarativeitem.cpp | 4 ---- 1 file changed, 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}. -- cgit v1.2.3