summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-04 18:35:37 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-04 18:36:10 (GMT)
commitc1eae9d5842c73719d7719cccc4beca55711714d (patch)
treee0c154e2d9dd3a55d58e4b0d4f9c887f64d03a82 /src/dbus
parent77e5de0865f4a3810edc57ef5c8558200215b31c (diff)
downloadQt-c1eae9d5842c73719d7719cccc4beca55711714d.zip
Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.gz
Qt-c1eae9d5842c73719d7719cccc4beca55711714d.tar.bz2
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
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