Skip to content

Commit

Permalink
Fix documentation of the Event Transitions Example
Browse files Browse the repository at this point in the history
Fix warning:
eventtransitions.qdoc:50: (qdoc) warning: Unknown command '\s1'

Amends 3b2d2ada5b1b66ad65eda10d70b5b48d32ef9c5.

Task-number: QTBUG-60635
Change-Id: I4002c9769d30d9b8cb2a7255aa2258f6251ea39f
Reviewed-by: Martin Smith <[email protected]>
  • Loading branch information
FriedemannKleint committed Apr 11, 2018
1 parent edef007 commit a5e2ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/doc/src/eventtransitions.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5e2ec5

Please sign in to comment.