summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc
diff options
context:
space:
mode:
authorJaishree Vyas <jaishree.vyas@qt.io>2023-11-30 12:02:00 +0100
committerJaishree Vyas <jaishree.vyas@qt.io>2023-12-28 17:16:12 +0100
commit7372b3ab6748b68f1c5fba1f61df8083ce719bc5 (patch)
tree63ff96fe121d431a5738523b10815e6becbe3dc2 /src/dbus/doc
parentce8c81555de31641041730df08be257cf0ddc221 (diff)
Doc: Rearrange best practices and how to documentation
Change the best practices to how-tos, which are categorized now on a new page. Fixes: QTBUG-118044 Pick-to: 6.7 6.6 6.5 Change-Id: I78dba2a1fde03b346f110ecd54e11485a0869540 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/dbus/doc')
-rw-r--r--src/dbus/doc/src/dbus-adaptors.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/doc/src/dbus-adaptors.qdoc b/src/dbus/doc/src/dbus-adaptors.qdoc
index 4c4369217b..6603526743 100644
--- a/src/dbus/doc/src/dbus-adaptors.qdoc
+++ b/src/dbus/doc/src/dbus-adaptors.qdoc
@@ -6,7 +6,7 @@
\title Using Qt D-Bus Adaptors
\brief How to create and use DBus adaptors in Qt.
- \ingroup best-practices
+ \ingroup how-to
Adaptors are special classes that are attached to any QObject-derived class
and provide the interface to the external world using D-Bus. Adaptors are