From a5e2ec5cdb35dddf71c39633133c4eaf8ccc12f7 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 11 Apr 2018 09:10:45 +0200 Subject: 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 --- examples/widgets/doc/src/eventtransitions.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/widgets/doc') 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 -- cgit v1.2.3