summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2023-08-14 10:23:58 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-14 14:08:46 +0000
commit7effe20b5921f61cc24f7eae771d5028884b379b (patch)
tree7ccce242d8fb42577bccd84ec190ffa70d5bbd3e /examples
parent89552df61d27826d1a88b2ff59ad4959b4e110b9 (diff)
Doc: Add example categories for Qt D-bus examples
Task-number: QTBUG-116030 Change-Id: I6ad7ddb69fc952d3bba7477ab804455d46d77866 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit b1c062d07889abda3aa8678331e56b721412ae6f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/dbus/doc/src/chat.qdoc1
-rw-r--r--examples/dbus/doc/src/complexpingpong.qdoc1
-rw-r--r--examples/dbus/doc/src/pingpong.qdoc1
-rw-r--r--examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc1
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc
index 12bd498ac9..905c937e7a 100644
--- a/examples/dbus/doc/src/chat.qdoc
+++ b/examples/dbus/doc/src/chat.qdoc
@@ -4,6 +4,7 @@
/*!
\example chat
\title D-Bus Chat
+ \examplecategory {Connectivity}
\ingroup examples-dbus
\brief Demonstrates communication among instances of an application.
diff --git a/examples/dbus/doc/src/complexpingpong.qdoc b/examples/dbus/doc/src/complexpingpong.qdoc
index 0521eafb19..84fccdf561 100644
--- a/examples/dbus/doc/src/complexpingpong.qdoc
+++ b/examples/dbus/doc/src/complexpingpong.qdoc
@@ -4,6 +4,7 @@
/*!
\example complexpingpong
\title D-Bus Complex Ping Pong
+ \examplecategory {Connectivity}
\ingroup examples-dbus
\brief Demonstrates usage of the Qt D-Bus typesystem.
diff --git a/examples/dbus/doc/src/pingpong.qdoc b/examples/dbus/doc/src/pingpong.qdoc
index 1e2b114a0e..1ab0ec62fe 100644
--- a/examples/dbus/doc/src/pingpong.qdoc
+++ b/examples/dbus/doc/src/pingpong.qdoc
@@ -4,6 +4,7 @@
/*!
\example pingpong
\title D-Bus Ping Pong
+ \examplecategory {Connectivity}
\ingroup examples-dbus
\brief Demonstrates a simple message system using D-Bus.
diff --git a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
index a9c04e821a..94c914b642 100644
--- a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
+++ b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
@@ -4,6 +4,7 @@
/*!
\example remotecontrolledcar
\title D-Bus Remote Controlled Car
+ \examplecategory {Connectivity}
\ingroup examples-dbus
\brief Shows how to use Qt D-Bus to control a car from another application.