Fix documentation for QDBusError::Other

Change-Id: I12c29833599793f0d42de6742109926ba78d5a6d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Alex Blasche 2017-07-21 13:17:45 +02:00
parent b28b3af385
commit 2e2fa2a283
1 changed files with 1 additions and 1 deletions

View File

@ -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