summaryrefslogtreecommitdiffstats
path: root/src/oauth/qabstractoauthreplyhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qabstractoauthreplyhandler.cpp')
-rw-r--r--src/oauth/qabstractoauthreplyhandler.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/oauth/qabstractoauthreplyhandler.cpp b/src/oauth/qabstractoauthreplyhandler.cpp
index 6237732..52bf8a0 100644
--- a/src/oauth/qabstractoauthreplyhandler.cpp
+++ b/src/oauth/qabstractoauthreplyhandler.cpp
@@ -54,6 +54,16 @@ QAbstractOAuthReplyHandler::QAbstractOAuthReplyHandler(QObjectPrivate &d, QObjec
: QObject(d, parent)
{}
+/*!
+ \class QAbstractOAuthReplyHandler
+ \inmodule QtNetworkAuth
+ \ingroup oauth
+ \brief Handles replies to OAuth authentication requests
+ \since 5.8
+
+ The QAbstractOAuthReplyHandler class handles the answers
+ to all OAuth authentication requests
+*/
QT_END_NAMESPACE
#endif // QT_NO_HTTP