summaryrefslogtreecommitdiffstats
path: root/examples/scxml
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2016-11-14 12:40:41 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2016-11-14 13:02:44 +0000
commit938aa6c7b9a337561b271b8abb9d1874aedba3e4 (patch)
tree33f125f396279fd75261c68755c39262d235d1da /examples/scxml
parent7ce80ec6de3372382dae5f1f40c7c52f651eee92 (diff)
Update docs according to recent changes
Change-Id: I5b2c8827bbfef749b51b904314ed822fdf150d20 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'examples/scxml')
-rw-r--r--examples/scxml/pinball/doc/src/pinball.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scxml/pinball/doc/src/pinball.qdoc b/examples/scxml/pinball/doc/src/pinball.qdoc
index 81a35aa..5cf9f1d 100644
--- a/examples/scxml/pinball/doc/src/pinball.qdoc
+++ b/examples/scxml/pinball/doc/src/pinball.qdoc
@@ -458,7 +458,7 @@
\printuntil };
The \c MainWindow class holds the pointer to the
- \c {Pinball *m_machine} which is the state machine
+ \c {QScxmlStateMachine *m_machine} which is the state machine
class automatically generated by Qt out of SCMXL file
and the pointer to the \c {Ui::MainWindow *m_ui} which
describes the GUI part. It also declares two helper methods.
@@ -469,7 +469,7 @@
The constructor of the \c MainWindow class
instantiates the GUI part of the application
- and stores the pointer to the passed \c Pinball state machine.
+ and stores the pointer to the passed \c QScxmlStateMachine.
It also initializes the GUI part and glues the
GUI part to the state machine by connecting
their communication interfaces together.