Doc: Add example categories for Qt D-bus examples

Task-number: QTBUG-116030
Pick-to: 6.5 6.6
Change-Id: I6ad7ddb69fc952d3bba7477ab804455d46d77866
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
This commit is contained in:
Mats Honkamaa 2023-08-14 10:23:58 +03:00
parent 592f8630c6
commit b1c062d078
4 changed files with 4 additions and 0 deletions

View File

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

View File

@ -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.

View File

@ -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.

View File

@ -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.