summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-02-23 13:35:44 +0100
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2023-03-24 19:29:11 +0100
commit8faf2511da2f425bb044317b5c37c39d27c0a6db (patch)
tree3a4efd6c13e54b3f938b00129454be36797cc7be /examples
parent0a37f944bff1015c3fdfe149ca28fddec6533c1c (diff)
downloadqtbase-8faf2511da2f425bb044317b5c37c39d27c0a6db.tar.gz
dbus examples: Remove "Example" from example names
Task-number: QTBUG-111366 Pick-to: 6.5 Change-Id: Ia34c60ed4c0ffe5b01cc507dd5e45521c096b0bf Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/dbus/doc/src/chat.qdoc2
-rw-r--r--examples/dbus/doc/src/complexpingpong.qdoc4
-rw-r--r--examples/dbus/doc/src/pingpong.qdoc2
-rw-r--r--examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc2
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc
index b8dd8822af..12bd498ac9 100644
--- a/examples/dbus/doc/src/chat.qdoc
+++ b/examples/dbus/doc/src/chat.qdoc
@@ -3,7 +3,7 @@
/*!
\example chat
- \title D-Bus Chat Example
+ \title D-Bus Chat
\ingroup examples-dbus
\brief Demonstrates communication among instances of an application.
diff --git a/examples/dbus/doc/src/complexpingpong.qdoc b/examples/dbus/doc/src/complexpingpong.qdoc
index 9c8379ad54..0521eafb19 100644
--- a/examples/dbus/doc/src/complexpingpong.qdoc
+++ b/examples/dbus/doc/src/complexpingpong.qdoc
@@ -3,11 +3,11 @@
/*!
\example complexpingpong
- \title D-Bus Complex Ping Pong Example
+ \title D-Bus Complex Ping Pong
\ingroup examples-dbus
\brief Demonstrates usage of the Qt D-Bus typesystem.
- \e{Complex Ping Pong Example} demonstrates the use of \l{Qt D-Bus}
+ \e{Complex Ping Pong} example demonstrates the use of \l{Qt D-Bus}
typesystem with QDBusVariant and QDBusReply. The example consists of the
main application \c complexping which starts the other application, \c
complexpong. Entering keywords such as \c hello and \c ping is handled by
diff --git a/examples/dbus/doc/src/pingpong.qdoc b/examples/dbus/doc/src/pingpong.qdoc
index 29c06adcf3..1e2b114a0e 100644
--- a/examples/dbus/doc/src/pingpong.qdoc
+++ b/examples/dbus/doc/src/pingpong.qdoc
@@ -3,7 +3,7 @@
/*!
\example pingpong
- \title D-Bus Ping Pong Example
+ \title D-Bus Ping Pong
\ingroup examples-dbus
\brief Demonstrates a simple message system using D-Bus.
diff --git a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
index 519d7548b7..a9c04e821a 100644
--- a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
+++ b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc
@@ -3,7 +3,7 @@
/*!
\example remotecontrolledcar
- \title D-Bus Remote Controlled Car Example
+ \title D-Bus Remote Controlled Car
\ingroup examples-dbus
\brief Shows how to use Qt D-Bus to control a car from another application.