From 3b9fb0e55dbae71ec2adbb1a4bea8dc3079ece89 Mon Sep 17 00:00:00 2001 From: Safiyyah Moosa Date: Wed, 6 Sep 2023 22:15:35 +0200 Subject: Doc: Add \examplecategory to qstatemachine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-116331 Change-Id: I916a45bdacedc6a0e71be10d8dae0130e2ac1494 Reviewed-by: Kai Köhne (cherry picked from commit f38171d3410afed1c76fbbb74f3ed714b2565dae) Reviewed-by: Qt Cherry-pick Bot --- examples/statemachine/doc/src/moveblocks.qdoc | 1 + examples/statemachine/doc/src/pingpong.qdoc | 1 + examples/statemachine/doc/src/rogue.qdoc | 1 + examples/statemachine/doc/src/trafficlight.qdoc | 1 + 4 files changed, 4 insertions(+) diff --git a/examples/statemachine/doc/src/moveblocks.qdoc b/examples/statemachine/doc/src/moveblocks.qdoc index ea491e2..d8645bb 100644 --- a/examples/statemachine/doc/src/moveblocks.qdoc +++ b/examples/statemachine/doc/src/moveblocks.qdoc @@ -5,6 +5,7 @@ \example moveblocks \title Move Blocks \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Move Blocks example shows how to animate items in a QGraphicsScene using a QStateMachine with a custom transition. diff --git a/examples/statemachine/doc/src/pingpong.qdoc b/examples/statemachine/doc/src/pingpong.qdoc index 6cf61d5..71cfb2e 100644 --- a/examples/statemachine/doc/src/pingpong.qdoc +++ b/examples/statemachine/doc/src/pingpong.qdoc @@ -5,6 +5,7 @@ \example pingpong \title Ping Pong States \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Ping Pong States example shows how to use parallel states together with custom events and transitions in \l{Qt State Machine Overview}{Qt State Machine Framework}. diff --git a/examples/statemachine/doc/src/rogue.qdoc b/examples/statemachine/doc/src/rogue.qdoc index 72aee32..be1a7e1 100644 --- a/examples/statemachine/doc/src/rogue.qdoc +++ b/examples/statemachine/doc/src/rogue.qdoc @@ -5,6 +5,7 @@ \example rogue \title Rogue \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Rogue example shows how to use the Qt state machine for event handling. diff --git a/examples/statemachine/doc/src/trafficlight.qdoc b/examples/statemachine/doc/src/trafficlight.qdoc index 578bfdf..cb5cfd1 100644 --- a/examples/statemachine/doc/src/trafficlight.qdoc +++ b/examples/statemachine/doc/src/trafficlight.qdoc @@ -5,6 +5,7 @@ \example trafficlight \title Traffic Light \ingroup examples-qtstatemachine + \examplecategory {Data Processing & I/O} \brief The Traffic Light example shows how to use \l{Qt State Machine Overview} to implement the control flow of a traffic light. -- cgit v1.2.3