summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-03-01 11:14:49 +0100
committerTopi Reinio <topi.reinio@qt.io>2022-03-11 20:15:48 +0100
commitb0d106267c773a177bc3316e387261f2696692b5 (patch)
treed82b4e3dcb3c5081f03477ae776781341339d242 /src/dbus
parentdb2f47337b3996ace994495d0de7d721f108e8f0 (diff)
Doc: Fix erraneous auto-link on Qt D-Bus landing page
QDoc interprets a sequence of special characters as something to auto- link to; Escape the underscore character to prevent this. Fixes: QTBUG-100562 Pick-to: 6.3 Change-Id: I61a10d7ea6878ef93197b0d329e16b8867d8ad30 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/doc/src/qtdbus-index.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/doc/src/qtdbus-index.qdoc b/src/dbus/doc/src/qtdbus-index.qdoc
index 8ad56ed996..c2963690f9 100644
--- a/src/dbus/doc/src/qtdbus-index.qdoc
+++ b/src/dbus/doc/src/qtdbus-index.qdoc
@@ -148,7 +148,7 @@
Like them, object paths in D-Bus are formed resembling path
names on the filesystem: they are slash-separated labels, each
consisting of letters, digits and the underscore character
- ("_"). They must always start with a slash and must not end with
+ ("\_"). They must always start with a slash and must not end with
one.
\section2 Interfaces