summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Honkamaa <[email protected]>2023-08-14 10:23:58 +0300
committerQt Cherry-pick Bot <[email protected]>2023-08-14 15:11:32 +0000
commit1c6170f4e57e9822191983d92dba647736e488ca (patch)
tree18477609c9bd3b6b9fb20156ba4d88ca85bbd6ec
parent8539035b4d09ece60bd5cec332c5ad4345f53483 (diff)
Doc: Add example categories for Qt D-bus examples
Task-number: QTBUG-116030 Change-Id: I6ad7ddb69fc952d3bba7477ab804455d46d77866 Reviewed-by: Venugopal Shivashankar <[email protected]> (cherry picked from commit b1c062d07889abda3aa8678331e56b721412ae6f) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-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 12bd498ac97..905c937e7a3 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 0521eafb197..84fccdf561e 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 1e2b114a0e9..1ab0ec62fe3 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 a9c04e821af..94c914b642b 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.