summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-03-29 14:21:26 +0200
committerNico Vertriest <nico.vertriest@qt.io>2017-04-06 07:54:14 +0000
commit031ab0ce77da942d12e84cb18a76be71f7533544 (patch)
treea46282047ff50bf686d57048bf4f2c55cb363e7d
parent8847f1e54d27c43ef744c39d28033e48764a254a (diff)
Doc: Complete parameter descriptionv5.9.0-beta2
qabstractoauth.cpp:470: warning: Can't link to 'sa' qabstractoauth2.cpp:102: warning: Undocumented parameter 'errorDescription' in QAbstractOAuth2::error() qabstractoauth2.cpp:102: warning: No such parameter 'description' in QAbstractOAuth2::error() Change-Id: Ief1dcd687ee30ad66ae55d01a92ed878f640ec56 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-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.
*/