diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-08-05 06:01:56 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-08-05 06:07:39 (GMT) |
commit | a9aaaf30b6c542b5c9e3c1e1681088ab26a530c0 (patch) | |
tree | bac924df632b3cf4ecc1f572f7ec795bf15ac281 /src/declarative/util/qdeclarativestate.cpp | |
parent | 2ee9d1cd0b7ee5b8973a286f56943a61350cdc67 (diff) | |
download | Qt-a9aaaf30b6c542b5c9e3c1e1681088ab26a530c0.zip Qt-a9aaaf30b6c542b5c9e3c1e1681088ab26a530c0.tar.gz Qt-a9aaaf30b6c542b5c9e3c1e1681088ab26a530c0.tar.bz2 |
Improve docs on QML Animation page and associated elements
Task-number: QTBUG-12666
Diffstat (limited to 'src/declarative/util/qdeclarativestate.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativestate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativestate.cpp b/src/declarative/util/qdeclarativestate.cpp index 0d43d21..7a78a2b 100644 --- a/src/declarative/util/qdeclarativestate.cpp +++ b/src/declarative/util/qdeclarativestate.cpp @@ -154,7 +154,7 @@ QDeclarativeStateOperation::QDeclarativeStateOperation(QObjectPrivate &dd, QObje Notice the default state is referred to using an empty string (""). - States are commonly used together with \l {state-transitions}{Transitions} to provide + States are commonly used together with \l {Transitions} to provide animations when state changes occur. \note Setting the state of an object from within another state of the same object is |