From 420e26e46dd17847ac94d69b2ff6513bb0a52c71 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 18 Jun 2018 15:40:12 +0200 Subject: Doc: Add missing dots (qtnetworkauth) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-68933 Change-Id: Iaa915bfb4158b06028885a98cdf9430f23c1fe09 Reviewed-by: Topi Reiniƶ --- src/oauth/qabstractoauthreplyhandler.cpp | 2 +- src/oauth/qoauth1signature.cpp | 2 +- 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: -- cgit v1.2.3