diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-25 02:02:42 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-25 02:02:42 (GMT) |
commit | 468ed48e8a98b674c23c493968a421a6fc70f3c9 (patch) | |
tree | b986f508dc0ff4c4e8ed71722427602d5d11e57d /src/declarative/util/qdeclarativestateoperations.cpp | |
parent | 38b329ae7dd7471b08e75b2f0f4615c4b787ece4 (diff) | |
download | Qt-468ed48e8a98b674c23c493968a421a6fc70f3c9.zip Qt-468ed48e8a98b674c23c493968a421a6fc70f3c9.tar.gz Qt-468ed48e8a98b674c23c493968a421a6fc70f3c9.tar.bz2 |
Doc
Diffstat (limited to 'src/declarative/util/qdeclarativestateoperations.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativestateoperations.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativestateoperations.cpp b/src/declarative/util/qdeclarativestateoperations.cpp index 80ae5f5..99f163e 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 */ |