summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-11-11 19:15:28 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-11-12 06:54:53 +0100
commitd01b9ac6af60679c5d18dbacbbac9a5afcd8079d (patch)
treed7c4e0566cbd884326fed9b9cc85e5812451ce80 /src/dbus
parent328cad011e48a033d235c323fbe575c92c228027 (diff)
Doc: Add missing brief statements for \property documentation
... where applicable. Fixes: QTBUG-88232 Change-Id: I835df434765caededd35d5114965b4a1663e7942 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbusservicewatcher.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/dbus/qdbusservicewatcher.cpp b/src/dbus/qdbusservicewatcher.cpp
index b0bfe7254d..58204831e6 100644
--- a/src/dbus/qdbusservicewatcher.cpp
+++ b/src/dbus/qdbusservicewatcher.cpp
@@ -170,18 +170,17 @@ void QDBusServiceWatcherPrivate::removeService(const QString &service)
/*!
\property QDBusServiceWatcher::watchMode
+ \brief the current watch mode for this QDBusServiceWatcher object.
- The \c watchMode property holds the current watch mode for this
- QDBusServiceWatcher object. The default value for this property is
+ The default value for this property is
QDBusServiceWatcher::WatchForOwnershipChange.
*/
/*!
\property QDBusServiceWatcher::watchedServices
+ \brief the list of services watched.
- The \c servicesWatched property holds the list of services watched.
-
- Note that modifying this list with setServicesWatched() is an expensive
+ \note Modifying this list with setServicesWatched() is an expensive
operation. If you can, prefer to change it by way of addWatchedService()
and removeWatchedService().
*/