summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-07-03 10:08:25 +0200
committerMartin Smith <msmith@trolltech.com>2009-07-03 10:08:25 +0200
commit95e4c95d28be9bc9d94685f7a13e36cbf57bf74e (patch)
tree0138e71fbdc56817cf67229f7608532c38443143 /src/dbus
parent1752e03a97cc16dd653d68d5a4bcf24024c59980 (diff)
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbuserror.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/dbus/qdbuserror.cpp b/src/dbus/qdbuserror.cpp
index b2d21ecca3..caa24374fa 100644
--- a/src/dbus/qdbuserror.cpp
+++ b/src/dbus/qdbuserror.cpp
@@ -225,8 +225,16 @@ static inline QDBusError::ErrorType get(const char *name)
\value UnknownInterface The interface is not known
\value InternalError An internal error occurred
(\c com.trolltech.QtDBus.Error.InternalError)
- \value UnknownObject The remote object could not be found.
+ \value InvalidObjectPath The object path provided is invalid.
+
+ \value InvalidService The service requested is invalid.
+
+ \value InvalidMember The member is invalid.
+
+ \value InvalidInterface The interface is invalid.
+
+ \value UnknownObject The remote object could not be found.
*/
/*!