summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2009-11-05 16:00:28 +0100
committerOlivier Goffart <ogoffart@trolltech.com>2009-11-05 16:00:28 +0100
commitdaa4d04090c75ac8e64552f6d14834b2b79d2abb (patch)
tree3f4bbf6e2c7f42b18af124d2d35e1867238ca736 /src/dbus
parent8c7180dd0ed9bd13724c75dc26f0fb18b0f48e7c (diff)
parent4cd683231190443e5243f66098c7322e3808a131 (diff)
Merge commit 'origin/4.6' into 4.6
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbusservicewatcher.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dbus/qdbusservicewatcher.cpp b/src/dbus/qdbusservicewatcher.cpp
index 4872732406..115fe3eb3d 100644
--- a/src/dbus/qdbusservicewatcher.cpp
+++ b/src/dbus/qdbusservicewatcher.cpp
@@ -150,14 +150,14 @@ void QDBusServiceWatcherPrivate::removeService(const QString &service)
modes:
\list
- \o watching for service registration only
- \o watching for service unregistration only
- \o watching for any kind of service ownership change (the default mode)
+ \o Watching for service registration only.
+ \o Watching for service unregistration only.
+ \o Watching for any kind of service ownership change (the default mode).
\endlist
Besides being created or deleted, services may change owners without a
- unregister/register operation happening. So the \ref serviceRegistered()
- and \ref serviceUnregistered() signals may not be emitted if that
+ unregister/register operation happening. So the serviceRegistered()
+ and serviceUnregistered() signals may not be emitted if that
happens.
This class is more efficient than using the