From 8bd73ad989e5850b48941c7d286181c6b394b05a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 13:11:18 +0200 Subject: Doc: Add missing full stops in briefs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: I3f2a9f8c562f9a44bb32bddd31d75abbfe6de04d Reviewed-by: Topi Reiniƶ --- src/dbus/qdbusabstractinterface.cpp | 2 +- src/dbus/qdbuspendingcall.cpp | 4 ++-- src/dbus/qdbuspendingreply.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dbus') diff --git a/src/dbus/qdbusabstractinterface.cpp b/src/dbus/qdbusabstractinterface.cpp index 7ddf68daa0..148bd54147 100644 --- a/src/dbus/qdbusabstractinterface.cpp +++ b/src/dbus/qdbusabstractinterface.cpp @@ -305,7 +305,7 @@ int QDBusAbstractInterfaceBase::qt_metacall(QMetaObject::Call _c, int _id, void \inmodule QtDBus \since 4.2 - \brief The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfaces + \brief The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfaces. Generated-code classes also derive from QDBusAbstractInterface, all methods described here are also valid for generated-code diff --git a/src/dbus/qdbuspendingcall.cpp b/src/dbus/qdbuspendingcall.cpp index bd6eb9eca3..2a31dd950a 100644 --- a/src/dbus/qdbuspendingcall.cpp +++ b/src/dbus/qdbuspendingcall.cpp @@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE \ingroup shared \since 4.5 - \brief The QDBusPendingCall class refers to one pending asynchronous call + \brief The QDBusPendingCall class refers to one pending asynchronous call. A QDBusPendingCall object is a reference to a method call that was sent over D-Bus without waiting for a reply. QDBusPendingCall is an @@ -91,7 +91,7 @@ QT_BEGIN_NAMESPACE \since 4.5 \brief The QDBusPendingCallWatcher class provides a convenient way for - waiting for asynchronous replies + waiting for asynchronous replies. The QDBusPendingCallWatcher provides the finished() signal that will be emitted when a reply arrives. diff --git a/src/dbus/qdbuspendingreply.cpp b/src/dbus/qdbuspendingreply.cpp index c0baa4a005..fef6f36432 100644 --- a/src/dbus/qdbuspendingreply.cpp +++ b/src/dbus/qdbuspendingreply.cpp @@ -49,7 +49,7 @@ \inmodule QtDBus \since 4.5 - \brief The QDBusPendingReply class contains the reply to an asynchronous method call + \brief The QDBusPendingReply class contains the reply to an asynchronous method call. The QDBusPendingReply is a template class with up to 8 template parameters. Those parameters are the types that will be used to -- cgit v1.2.3