From 938aa6c7b9a337561b271b8abb9d1874aedba3e4 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Mon, 14 Nov 2016 12:40:41 +0100 Subject: Update docs according to recent changes Change-Id: I5b2c8827bbfef749b51b904314ed822fdf150d20 Reviewed-by: Leena Miettinen --- examples/scxml/pinball/doc/src/pinball.qdoc | 4 ++-- 1 file 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. -- cgit v1.2.3