diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-06 04:39:01 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-06 04:39:01 (GMT) |
commit | 8f23ea2dc59afaf74a7699aa9334dc7ec61e9d4f (patch) | |
tree | 014c8780414c46c290c6a8f3af10c9adffd1d812 /src/declarative/util | |
parent | bcfb24b17cf5c97c734c82ca2072eb8b13b80eec (diff) | |
download | Qt-8f23ea2dc59afaf74a7699aa9334dc7ec61e9d4f.zip Qt-8f23ea2dc59afaf74a7699aa9334dc7ec61e9d4f.tar.gz Qt-8f23ea2dc59afaf74a7699aa9334dc7ec61e9d4f.tar.bz2 |
doc
Diffstat (limited to 'src/declarative/util')
-rw-r--r-- | src/declarative/util/qmltransition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmltransition.cpp b/src/declarative/util/qmltransition.cpp index 47e70ad..26ed8b1 100644 --- a/src/declarative/util/qmltransition.cpp +++ b/src/declarative/util/qmltransition.cpp @@ -265,7 +265,7 @@ void QmlTransition::setToState(const QString &t) This property holds a list of the animations to be run for this transition. The top-level animations in operations are run in parallel. - To run them sequentially, you can create a single <SequentialAnimation> + To run them sequentially, you can create a single SequentialAnimation which contains all the animations, and assign that to operations. \default */ |