diff options
author | David Boddie <dboddie@trolltech.com> | 2009-08-11 14:58:56 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-08-11 14:58:56 (GMT) |
commit | ac174ba05db74eb5928ac5d3408bca201adf29ca (patch) | |
tree | d5bb8d9d83456739bb002c5e41835c1953254d70 /doc | |
parent | 8f5c9f36fac630abb262205f98c7fa562ec6b814 (diff) | |
download | Qt-ac174ba05db74eb5928ac5d3408bca201adf29ca.zip Qt-ac174ba05db74eb5928ac5d3408bca201adf29ca.tar.gz Qt-ac174ba05db74eb5928ac5d3408bca201adf29ca.tar.bz2 |
Doc: Fixed qdoc markup.
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/examples/moveblocks.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/moveblocks.qdoc b/doc/src/examples/moveblocks.qdoc index 7e42307..a0049ec 100644 --- a/doc/src/examples/moveblocks.qdoc +++ b/doc/src/examples/moveblocks.qdoc @@ -169,7 +169,7 @@ remember which state was the last state to which we transitioned. \snippet examples/animation/moveblocks/main.cpp 11 - + We select the next state we are going to transition to, and post a \c StateSwitchEvent, which we know will trigger the \c StateSwitchTransition to the selected state. @@ -198,8 +198,8 @@ \section1 The StateSwitchEvent Class \c StateSwitchEvent inherits QEvent, and holds a number that has - been assigned to a state and state switch transition by \c - StateSwitcher. We have already seen how it is used to trigger \c + been assigned to a state and state switch transition by + \c StateSwitcher. We have already seen how it is used to trigger \c{StateSwitchTransition}s in \c StateSwitcher. \snippet examples/animation/moveblocks/main.cpp 15 |