summaryrefslogtreecommitdiffstats
path: root/src/dbus
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2017-07-21 13:17:45 +0200
committerAlex Blasche <alexander.blasche@qt.io>2017-07-24 06:14:10 +0000
commit2e2fa2a2836cfacef44d108269600c23b18e5c89 (patch)
tree5f26395a6abc05099c6a408350f19d3b456209e8 /src/dbus
parentb28b3af38507942791df9d874ebaca71decc59ca (diff)
Fix documentation for QDBusError::Other
Change-Id: I12c29833599793f0d42de6742109926ba78d5a6d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/qdbuserror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/qdbuserror.cpp b/src/dbus/qdbuserror.cpp
index 61aacfc922..c599df6a32 100644
--- a/src/dbus/qdbuserror.cpp
+++ b/src/dbus/qdbuserror.cpp
@@ -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