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>
This commit is contained in:
Mats Honkamaa 2023-08-14 10:23:58 +03:00 committed by Qt Cherry-pick Bot
parent 89552df61d
commit 7effe20b59
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
/*! /*!
\example chat \example chat
\title D-Bus Chat \title D-Bus Chat
\examplecategory {Connectivity}
\ingroup examples-dbus \ingroup examples-dbus
\brief Demonstrates communication among instances of an application. \brief Demonstrates communication among instances of an application.

View File

@ -4,6 +4,7 @@
/*! /*!
\example complexpingpong \example complexpingpong
\title D-Bus Complex Ping Pong \title D-Bus Complex Ping Pong
\examplecategory {Connectivity}
\ingroup examples-dbus \ingroup examples-dbus
\brief Demonstrates usage of the Qt D-Bus typesystem. \brief Demonstrates usage of the Qt D-Bus typesystem.

View File

@ -4,6 +4,7 @@
/*! /*!
\example pingpong \example pingpong
\title D-Bus Ping Pong \title D-Bus Ping Pong
\examplecategory {Connectivity}
\ingroup examples-dbus \ingroup examples-dbus
\brief Demonstrates a simple message system using D-Bus. \brief Demonstrates a simple message system using D-Bus.

View File

@ -4,6 +4,7 @@
/*! /*!
\example remotecontrolledcar \example remotecontrolledcar
\title D-Bus Remote Controlled Car \title D-Bus Remote Controlled Car
\examplecategory {Connectivity}
\ingroup examples-dbus \ingroup examples-dbus
\brief Shows how to use Qt D-Bus to control a car from another application. \brief Shows how to use Qt D-Bus to control a car from another application.