Fix documentation for QDBusError::Other
Change-Id: I12c29833599793f0d42de6742109926ba78d5a6d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
b28b3af385
commit
2e2fa2a283
|
|
@ -197,7 +197,7 @@ static inline QDBusError::ErrorType get(const char *name)
|
|||
values:
|
||||
|
||||
\value NoError QDBusError is invalid (i.e., the call succeeded)
|
||||
\value Other QDBusError contains an error that is one of the well-known ones
|
||||
\value Other QDBusError contains an error that is not one of the well-known ones
|
||||
\value Failed The call failed (\c org.freedesktop.DBus.Error.Failed)
|
||||
\value NoMemory Out of memory (\c org.freedesktop.DBus.Error.NoMemory)
|
||||
\value ServiceUnknown The called service is not known
|
||||
|
|
|
|||
Loading…
Reference in New Issue