diff options
author | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-05-13 09:01:32 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-05-13 09:01:32 (GMT) |
commit | 288de11968d4b71c97fc5d1a175d4c4ac7023552 (patch) | |
tree | 1de83db15fd5cc200ff9e7e8baa231a32434f3e0 /doc/src/examples | |
parent | 8589b7c526f8c7d436c6a7c3bfb39dc505eff78e (diff) | |
download | Qt-288de11968d4b71c97fc5d1a175d4c4ac7023552.zip Qt-288de11968d4b71c97fc5d1a175d4c4ac7023552.tar.gz Qt-288de11968d4b71c97fc5d1a175d4c4ac7023552.tar.bz2 |
doc: Correct names of snippets in docs for Tank Game example
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/tankgame.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/tankgame.qdoc b/doc/src/examples/tankgame.qdoc index e10161c..1501a99 100644 --- a/doc/src/examples/tankgame.qdoc +++ b/doc/src/examples/tankgame.qdoc @@ -98,7 +98,7 @@ This is done by setting the error state of the plugin's top-most state to a special error state defined specifically for the plugin in question. - \snippet examples/statemachine/tankgame/mainwindow.cpp 3 + \snippet examples/statemachine/tankgame/mainwindow.cpp 4 If a run-time error occurs in \c pluginState or any of its descendants, the state machine will search the hierarchy of ancestors until it finds a state whose error state is different from |