summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/doc')
-rw-r--r--src/dbus/doc/src/qtdbus-index.qdoc17
-rw-r--r--src/dbus/doc/src/qtdbus-module.qdoc8
2 files changed, 11 insertions, 14 deletions
diff --git a/src/dbus/doc/src/qtdbus-index.qdoc b/src/dbus/doc/src/qtdbus-index.qdoc
index ebee5451f3..afd70c2f7c 100644
--- a/src/dbus/doc/src/qtdbus-index.qdoc
+++ b/src/dbus/doc/src/qtdbus-index.qdoc
@@ -32,13 +32,6 @@
\keyword QtDBus
- \include module-use.qdocinc using qt module
- \snippet snippets/CMakeLists.txt cmake_use
-
- See also the \l {Build with CMake} overview.
-
- \include module-use.qdocinc building with qmake
- \snippet snippets/snippets.pro qmake_use
\section1 Introduction
@@ -208,6 +201,16 @@
Information about the messages will be written to the console the application
was launched from.
+
+ \include module-use.qdocinc using qt module
+ \snippet snippets/CMakeLists.txt cmake_use
+
+ See also the \l {Build with CMake} overview.
+
+ \include module-use.qdocinc building with qmake
+ \snippet snippets/snippets.pro qmake_use
+
+
\section1 Module Evolution
\l{Changes to Qt D-Bus} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
diff --git a/src/dbus/doc/src/qtdbus-module.qdoc b/src/dbus/doc/src/qtdbus-module.qdoc
index 60a9eec768..04b729bfde 100644
--- a/src/dbus/doc/src/qtdbus-module.qdoc
+++ b/src/dbus/doc/src/qtdbus-module.qdoc
@@ -43,11 +43,5 @@
services exported by those applications by placing calls and
accessing properties.
- The Qt D-Bus module provides an interface that extends the Qt \l
- {signalsandslots.html}{Signals and Slots} mechanism, allowing one
- to connect to a signal emitted remotely as well as to connect a
- local signal to remote slot.
-
- See the \l {Qt D-Bus}{D-Bus} page for detailed information on
- how to use this module.
+ The \l{Qt D-Bus} page contains information about how to use the module.
*/