diff options
author | Nico Vertriest <[email protected]> | 2014-01-27 15:20:25 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-03-10 16:02:19 +0100 |
commit | 267eab3f398646b59f5773173cd22a97b8e9540a (patch) | |
tree | 0b72404df9485b4aedb3aece9b38fa4650cac84f /src/dbus/qdbusvirtualobject.cpp | |
parent | 1e8de50674f5b33a50c45224b7e07b3f974f6ab0 (diff) |
Doc: correction link, example and parameter issues qtbase
Moved codecs folder to qtbase/examples
Corrected quote in dropsite.qdoc
Replaced snippet statement by include statement
Added doc for undocumented parameters
Task-number: QTBUG-34749
Change-Id: If4de95b8d39e5680fd0f63f8d2b6685a4b0a8052
Reviewed-by: Jędrzej Nowacki <[email protected]>
Reviewed-by: Sean Harmer <[email protected]>
Diffstat (limited to 'src/dbus/qdbusvirtualobject.cpp')
-rw-r--r-- | src/dbus/qdbusvirtualobject.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dbus/qdbusvirtualobject.cpp b/src/dbus/qdbusvirtualobject.cpp index 15e01c2f20a..fb9599f1939 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). */ |