summaryrefslogtreecommitdiffstats
path: root/src/dbus/qdbusvirtualobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/qdbusvirtualobject.cpp')
-rw-r--r--src/dbus/qdbusvirtualobject.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dbus/qdbusvirtualobject.cpp b/src/dbus/qdbusvirtualobject.cpp
index 15e01c2f20..fb9599f193 100644
--- a/src/dbus/qdbusvirtualobject.cpp
+++ b/src/dbus/qdbusvirtualobject.cpp
@@ -71,7 +71,8 @@ QT_END_NAMESPACE
This function needs to handle all messages to the path of the
virtual object, when the SubPath option is specified.
The service, path, interface and methos are all part of the \a message.
- Must return true when the message is handled, otherwise false (will generate dbus error message).
+ Parameter \a connection is the connection handle.
+ Must return \c true when the message is handled, otherwise \c false (will generate dbus error message).
*/