summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-04-17 16:16:55 +0200
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-04-20 11:00:31 +0200
commit0343f1cd8eb24f524cf80a58b43de90e515749e0 (patch)
treec3057c963007387fd34b500c396714e8b2918586
parent9c1a5a12fe8f49c7b1881f924e0b946bf8dc8232 (diff)
statemachine examples: Remove "Example" from application names
Task-number: QTBUG-111448 Pick-to: 6.5 Change-Id: I2b014f964a7a0eca8aea77042eebccf30fb74b0e Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
-rw-r--r--examples/statemachine/doc/src/moveblocks.qdoc2
-rw-r--r--examples/statemachine/doc/src/pingpong.qdoc2
-rw-r--r--examples/statemachine/doc/src/rogue.qdoc2
-rw-r--r--examples/statemachine/doc/src/trafficlight.qdoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/statemachine/doc/src/moveblocks.qdoc b/examples/statemachine/doc/src/moveblocks.qdoc
index 6dcb6fa..ea491e2 100644
--- a/examples/statemachine/doc/src/moveblocks.qdoc
+++ b/examples/statemachine/doc/src/moveblocks.qdoc
@@ -3,7 +3,7 @@
/*!
\example moveblocks
- \title Move Blocks Example
+ \title Move Blocks
\ingroup examples-qtstatemachine
\brief The Move Blocks example shows how to animate items in a
diff --git a/examples/statemachine/doc/src/pingpong.qdoc b/examples/statemachine/doc/src/pingpong.qdoc
index c0455d8..6cf61d5 100644
--- a/examples/statemachine/doc/src/pingpong.qdoc
+++ b/examples/statemachine/doc/src/pingpong.qdoc
@@ -3,7 +3,7 @@
/*!
\example pingpong
- \title Ping Pong States Example
+ \title Ping Pong States
\ingroup examples-qtstatemachine
\brief The Ping Pong States example shows how to use parallel states together
diff --git a/examples/statemachine/doc/src/rogue.qdoc b/examples/statemachine/doc/src/rogue.qdoc
index 870d066..72aee32 100644
--- a/examples/statemachine/doc/src/rogue.qdoc
+++ b/examples/statemachine/doc/src/rogue.qdoc
@@ -3,7 +3,7 @@
/*!
\example rogue
- \title Rogue Example
+ \title Rogue
\ingroup examples-qtstatemachine
\brief The Rogue example shows how to use the Qt state machine for event
diff --git a/examples/statemachine/doc/src/trafficlight.qdoc b/examples/statemachine/doc/src/trafficlight.qdoc
index a30cd47..578bfdf 100644
--- a/examples/statemachine/doc/src/trafficlight.qdoc
+++ b/examples/statemachine/doc/src/trafficlight.qdoc
@@ -3,7 +3,7 @@
/*!
\example trafficlight
- \title Traffic Light Example
+ \title Traffic Light
\ingroup examples-qtstatemachine
\brief The Traffic Light example shows how to use \l{Qt State Machine Overview}