summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-11 09:10:45 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-11 07:32:28 +0000
commita5e2ec5cdb35dddf71c39633133c4eaf8ccc12f7 (patch)
tree8de4a0ea044623b8fbf663234f3b7b7c1cb923e0 /examples
parentedef007137f823cbd92160e3f27d2c83cb4dc2bf (diff)
Fix documentation of the Event Transitions Example
Fix warning: eventtransitions.qdoc:50: (qdoc) warning: Unknown command '\s1' Amends 3b2d2ada5b1b66ad65eda10d70b5b48d32ef9c5. Task-number: QTBUG-60635 Change-Id: I4002c9769d30d9b8cb2a7255aa2258f6251ea39f Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/doc/src/eventtransitions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/eventtransitions.qdoc b/examples/widgets/doc/src/eventtransitions.qdoc
index 4d332c0e00..e74831b14b 100644
--- a/examples/widgets/doc/src/eventtransitions.qdoc
+++ b/examples/widgets/doc/src/eventtransitions.qdoc
@@ -46,7 +46,7 @@
The \c Window class's constructors begins by creating a button.
This button is added to \c layout, which is a QVBoxLayout object.
- Then two states are created: \s1 is the state
+ Then two states are created: \c s1 is the state
"Outside", and \c s2 is the state "Inside".
\snippet statemachine/eventtransitions/main.cpp 1