diff options
author | Martin Smith <msmith@trolltech.com> | 2009-07-03 08:08:25 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-07-03 08:08:25 (GMT) |
commit | 95e4c95d28be9bc9d94685f7a13e36cbf57bf74e (patch) | |
tree | 0138e71fbdc56817cf67229f7608532c38443143 /src/dbus/qdbuserror.cpp | |
parent | 1752e03a97cc16dd653d68d5a4bcf24024c59980 (diff) | |
download | Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.zip Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.tar.gz Qt-95e4c95d28be9bc9d94685f7a13e36cbf57bf74e.tar.bz2 |
doc: Corrected several qdoc warnings.
Diffstat (limited to 'src/dbus/qdbuserror.cpp')
-rw-r--r-- | src/dbus/qdbuserror.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/dbus/qdbuserror.cpp b/src/dbus/qdbuserror.cpp index b2d21ec..caa2437 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. */ /*! |