diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc index fdbc2f30ae6..264c61dbace 100644 --- a/examples/dbus/doc/src/chat.qdoc +++ b/examples/dbus/doc/src/chat.qdoc @@ -12,7 +12,8 @@ among instances of an application. Users connect and send messages to each other. - \image dbus-chat-example.webp + \image dbus-chat-example.webp {Two instances of the D-Bus Chat example + running at the same time.} \include examples-run.qdocinc */ diff --git a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc index 94c914b642b..6ccec0cbb78 100644 --- a/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc +++ b/examples/dbus/remotecontrolledcar/doc/src/dbus-remotecontrolledcar.qdoc @@ -11,7 +11,8 @@ The Remote Controlled Car example shows how to use \l{Qt D-Bus} to control one application from another. - \image remotecontrolledcar-car-example.webp + \image remotecontrolledcar-car-example.webp {The two example applications, + `car` and `controller`, running at the same time.} \include examples-run.qdocinc */ diff --git a/src/dbus/doc/src/qtdbus-overview.qdoc b/src/dbus/doc/src/qtdbus-overview.qdoc index 6342e674fd2..c994784e315 100644 --- a/src/dbus/doc/src/qtdbus-overview.qdoc +++ b/src/dbus/doc/src/qtdbus-overview.qdoc @@ -115,7 +115,7 @@ If we continue our analogy with Web services, object paths equate to the path part of a URL: - \image qurl-ftppath.png + \image qurl-ftppath.png {Path in a URL.} Like them, object paths in D-Bus are formed resembling path names on the filesystem: they are slash-separated labels, each