diff options
author | Peter Yard <peter.yard@nokia.com> | 2010-04-27 00:35:48 (GMT) |
---|---|---|
committer | Peter Yard <peter.yard@nokia.com> | 2010-04-27 00:35:48 (GMT) |
commit | 4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66 (patch) | |
tree | 567204d6fe4aa654c6cb6a132309ff7d98e359c0 /src/declarative/util/qdeclarativestate.cpp | |
parent | cc52a813b396f8c4726d4c889bc391c015d36d11 (diff) | |
download | Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.zip Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.gz Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.bz2 |
Docs Changes to start page. Minor change to Elements doc. See also added to some elements docs.
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 78813fa..d27fc51 100644 --- a/src/declarative/util/qdeclarativestate.cpp +++ b/src/declarative/util/qdeclarativestate.cpp @@ -141,7 +141,7 @@ QDeclarativeStateOperation::QDeclarativeStateOperation(QObjectPrivate &dd, QObje \note setting the state of an object from within another state of the same object is not allowed. - \sa {qmlstates}{States}, {state-transitions}{Transitions} + \sa {qmlstates}{States}, {state-transitions}{Transitions}, QtDeclarative */ /*! |