summaryrefslogtreecommitdiff
path: root/src/declarative/util/qdeclarativestateoperations.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-05-25 12:02:42 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-05-25 12:02:42 +1000
commit468ed48e8a98b674c23c493968a421a6fc70f3c9 (patch)
treeb986f508dc0ff4c4e8ed71722427602d5d11e57d /src/declarative/util/qdeclarativestateoperations.cpp
parent38b329ae7dd7471b08e75b2f0f4615c4b787ece4 (diff)
downloadqt4-tools-468ed48e8a98b674c23c493968a421a6fc70f3c9.tar.gz
Doc
Diffstat (limited to 'src/declarative/util/qdeclarativestateoperations.cpp')
-rw-r--r--src/declarative/util/qdeclarativestateoperations.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativestateoperations.cpp b/src/declarative/util/qdeclarativestateoperations.cpp
index 80ae5f5985..99f163e507 100644
--- a/src/declarative/util/qdeclarativestateoperations.cpp
+++ b/src/declarative/util/qdeclarativestateoperations.cpp
@@ -1128,8 +1128,8 @@ void QDeclarativeAnchorChanges::setObject(QDeclarativeItem *target)
\qml
AnchorChanges {
target: myItem
- left: undefined //remove myItem's left anchor
- right: otherItem.right
+ anchors.left: undefined //remove myItem's left anchor
+ anchors.right: otherItem.right
}
\endqml
*/