summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/oauth/qabstractoauthreplyhandler.cpp2
-rw-r--r--src/oauth/qoauth1signature.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/oauth/qabstractoauthreplyhandler.cpp b/src/oauth/qabstractoauthreplyhandler.cpp
index 001ebed..b37dffc 100644
--- a/src/oauth/qabstractoauthreplyhandler.cpp
+++ b/src/oauth/qabstractoauthreplyhandler.cpp
@@ -40,7 +40,7 @@ QT_BEGIN_NAMESPACE
\class QAbstractOAuthReplyHandler
\inmodule QtNetworkAuth
\ingroup oauth
- \brief Handles replies to OAuth authentication requests
+ \brief Handles replies to OAuth authentication requests.
\since 5.8
The QAbstractOAuthReplyHandler class handles the answers
diff --git a/src/oauth/qoauth1signature.cpp b/src/oauth/qoauth1signature.cpp
index 54d97c6..46d8874 100644
--- a/src/oauth/qoauth1signature.cpp
+++ b/src/oauth/qoauth1signature.cpp
@@ -47,7 +47,7 @@ Q_LOGGING_CATEGORY(loggingCategory, "qt.networkauth.oauth1.signature")
\class QOAuth1Signature
\inmodule QtNetworkAuth
\ingroup oauth
- \brief Implements OAuth 1 signature methods
+ \brief Implements OAuth 1 signature methods.
\since 5.8
OAuth-authenticated requests can have two sets of credentials: