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>
This commit is contained in:
parent
0a37f944bf
commit
8faf2511da
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\example chat
|
\example chat
|
||||||
\title D-Bus Chat Example
|
\title D-Bus Chat
|
||||||
\ingroup examples-dbus
|
\ingroup examples-dbus
|
||||||
\brief Demonstrates communication among instances of an application.
|
\brief Demonstrates communication among instances of an application.
|
||||||
|
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\example complexpingpong
|
\example complexpingpong
|
||||||
\title D-Bus Complex Ping Pong Example
|
\title D-Bus Complex Ping Pong
|
||||||
\ingroup examples-dbus
|
\ingroup examples-dbus
|
||||||
\brief Demonstrates usage of the Qt D-Bus typesystem.
|
\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
|
typesystem with QDBusVariant and QDBusReply. The example consists of the
|
||||||
main application \c complexping which starts the other application, \c
|
main application \c complexping which starts the other application, \c
|
||||||
complexpong. Entering keywords such as \c hello and \c ping is handled by
|
complexpong. Entering keywords such as \c hello and \c ping is handled by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\example pingpong
|
\example pingpong
|
||||||
\title D-Bus Ping Pong Example
|
\title D-Bus Ping Pong
|
||||||
\ingroup examples-dbus
|
\ingroup examples-dbus
|
||||||
\brief Demonstrates a simple message system using D-Bus.
|
\brief Demonstrates a simple message system using D-Bus.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\example remotecontrolledcar
|
\example remotecontrolledcar
|
||||||
\title D-Bus Remote Controlled Car Example
|
\title D-Bus Remote Controlled Car
|
||||||
\ingroup examples-dbus
|
\ingroup examples-dbus
|
||||||
\brief Shows how to use Qt D-Bus to control a car from another application.
|
\brief Shows how to use Qt D-Bus to control a car from another application.
|
||||||
|
|
||||||
|
@ -63,8 +63,8 @@ qhp.QtDBus.subprojects.examples.selectors = fake:example
|
|||||||
navigation.landingpage = "Qt D-Bus"
|
navigation.landingpage = "Qt D-Bus"
|
||||||
navigation.cppclassespage = "Qt D-Bus C++ Classes"
|
navigation.cppclassespage = "Qt D-Bus C++ Classes"
|
||||||
|
|
||||||
manifestmeta.thumbnail.names = "QtDBus/D-Bus Ping Pong Example" \
|
manifestmeta.thumbnail.names = "QtDBus/D-Bus Ping Pong" \
|
||||||
"QtDBus/D-Bus Complex Ping Pong Example"
|
"QtDBus/D-Bus Complex Ping Pong"
|
||||||
|
|
||||||
# Fail the documentation build if there are more warnings than the limit
|
# Fail the documentation build if there are more warnings than the limit
|
||||||
warninglimit = 0
|
warninglimit = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user