From cb8b9337c52773922db45f498eedbb8e254717f3 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 29 Aug 2023 17:01:39 +0200 Subject: Fix typo in sample code Add the missing closing parenthesis. Change-Id: I490b8e3480b2e1cfa23829c12fee14606c88e56f Reviewed-by: Jarek Kobus (cherry picked from commit d5fbdf9a3c9846b361bb0f41a015829ee8c63d7f) Reviewed-by: Qt Cherry-pick Bot --- src/scxml/doc/qtscxml-instantiating-state-machines.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc b/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc index 055b27f..51c51e2 100644 --- a/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc +++ b/src/scxml/doc/qtscxml-instantiating-state-machines.qdoc @@ -136,7 +136,7 @@ stateMachine->submitEvent("tap", QVariantMap({ { "artist", "Fatboy Slim" }, { "title", "The Rockafeller Skank" } - }); + })); \endcode This will generate a "tap" event with the map contents available in -- cgit v1.2.3