summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/oauth/qabstractoauth.cpp2
-rw-r--r--src/oauth/qabstractoauth2.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/oauth/qabstractoauth.cpp b/src/oauth/qabstractoauth.cpp
index 039aaa9..e7e79d9 100644
--- a/src/oauth/qabstractoauth.cpp
+++ b/src/oauth/qabstractoauth.cpp
@@ -469,7 +469,7 @@ void QAbstractOAuth::setModifyParametersFunction(
/*!
Returns the current Content-Type used in authenticated calls.
- \sa setContentType(), \sa post()
+ \sa setContentType(), post()
*/
QAbstractOAuth::ContentType QAbstractOAuth::contentType() const
{
diff --git a/src/oauth/qabstractoauth2.cpp b/src/oauth/qabstractoauth2.cpp
index 1ef13f7..8a36df5 100644
--- a/src/oauth/qabstractoauth2.cpp
+++ b/src/oauth/qabstractoauth2.cpp
@@ -103,7 +103,7 @@ QT_BEGIN_NAMESPACE
\fn QAbstractOAuth2::error(const QString &error, const QString &errorDescription, const QUrl &uri)
Signal emitted when the server responds to the request with an
- error: \a error is the name of the error; \a description describes
+ error: \a error is the name of the error; \a errorDescription describes
the error and \a uri is an optional URI containing more
information about the error.
*/