summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-02-16 10:27:56 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-02-16 10:27:56 (GMT)
commite5534b9ba700fa2b25fa63e181e2c5f82469875d (patch)
tree37e5c64b675413b56f7dbacbe3109ae3d2d62fd1 /src/dbus
parentd4135524762c9f702f5a22a8e399ad867f7050d7 (diff)
downloadQt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.zip
Qt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.tar.gz
Qt-e5534b9ba700fa2b25fa63e181e2c5f82469875d.tar.bz2
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbusmessage.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/dbus/qdbusmessage.cpp b/src/dbus/qdbusmessage.cpp
index 79c7644..30ddc61 100644
--- a/src/dbus/qdbusmessage.cpp
+++ b/src/dbus/qdbusmessage.cpp
@@ -645,10 +645,9 @@ bool QDBusMessage::isDelayedReply() const
}
/*!
- Sets whether this message will have the auto start flag.
- This flag only makes sense for method call messages. For
- these messages it tells the D-Bus server to either auto
- start the service responsible for the service name, or
+ Sets the auto start flag to \a enable. This flag only makes sense
+ for method call messages, where it tells the D-Bus server to
+ either auto start the service responsible for the service name, or
not to auto start it.
By default this flag is true, i.e. a service is autostarted.