summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepropertychanges.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-26 23:46:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-26 23:46:38 (GMT)
commit70e80c18f6deda35fabd55d5147cf3d949821c28 (patch)
treea7a7f3bdda2d06ee4609127dc1f1515f6ecbc9a6 /src/declarative/util/qdeclarativepropertychanges.cpp
parentbb9de7e6ebf7b465fb3982c1af8185096fa6193f (diff)
downloadQt-70e80c18f6deda35fabd55d5147cf3d949821c28.zip
Qt-70e80c18f6deda35fabd55d5147cf3d949821c28.tar.gz
Qt-70e80c18f6deda35fabd55d5147cf3d949821c28.tar.bz2
doc anchor margins vs. anchor (line) state/animation.
Diffstat (limited to 'src/declarative/util/qdeclarativepropertychanges.cpp')
-rw-r--r--src/declarative/util/qdeclarativepropertychanges.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativepropertychanges.cpp b/src/declarative/util/qdeclarativepropertychanges.cpp
index 2641dcf..8afa2f0 100644
--- a/src/declarative/util/qdeclarativepropertychanges.cpp
+++ b/src/declarative/util/qdeclarativepropertychanges.cpp
@@ -125,8 +125,9 @@ QT_BEGIN_NAMESPACE
}
\endqml
- Changes to an Item's parent or anchors should be done using the associated change elements
- (ParentChange and AnchorChanges, respectively) rather than PropertyChanges.
+ Anchor margins should be changed with PropertyChanges, but other anchor changes or changes to
+ an Item's parent should be done using the associated change elements
+ (ParentChange and AnchorChanges, respectively).
\sa {qmlstate}{States}
*/