summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-11-05 10:26:10 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2009-11-05 10:26:10 (GMT)
commit79ea01389d6ee188b9d24aa8c716a460e005b404 (patch)
tree97eb813f87faa0ac850bd8ad084bfffab2272ee6 /src/dbus
parent5ff97be22a5246c11851c2c6471a0b7ee2399425 (diff)
parentede4591bee8f6e2572f681064de03a327dc66629 (diff)
downloadQt-79ea01389d6ee188b9d24aa8c716a460e005b404.zip
Qt-79ea01389d6ee188b9d24aa8c716a460e005b404.tar.gz
Qt-79ea01389d6ee188b9d24aa8c716a460e005b404.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt 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 4872732..115fe3e 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