summaryrefslogtreecommitdiffstats
path: root/src/oauth/qabstractoauthreplyhandler.cpp
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2017-06-16 15:46:10 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2017-06-20 09:22:33 +0000
commit43634a54376c55ff78521ea9a063f4cab984d871 (patch)
tree78ba0835b9dc6987d50a7877bbdb9be300bb4c2d /src/oauth/qabstractoauthreplyhandler.cpp
parent9a045007fc6946b838a6ceb38b5ba98b11680b68 (diff)
Use QLoggingCategory in QtNetworkAuth
It allows filtering the debug messages in runtime using the QLoggingCategory system. Change-Id: Ib6790455ad856ccbc20e34f0a84a07cf5240f62e Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/oauth/qabstractoauthreplyhandler.cpp')
-rw-r--r--src/oauth/qabstractoauthreplyhandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/oauth/qabstractoauthreplyhandler.cpp b/src/oauth/qabstractoauthreplyhandler.cpp
index b7ee3e9..4d7e410 100644
--- a/src/oauth/qabstractoauthreplyhandler.cpp
+++ b/src/oauth/qabstractoauthreplyhandler.cpp
@@ -31,6 +31,8 @@
#include "qabstractoauthreplyhandler.h"
+Q_LOGGING_CATEGORY(lcReplyHandler, "qt.networkauth.replyhandler")
+
QT_BEGIN_NAMESPACE
QAbstractOAuthReplyHandler::QAbstractOAuthReplyHandler(QObject *parent)