diff options
| author | Ulf Hermann <ulf.hermann@qt.io> | 2024-06-05 09:18:04 +0200 |
|---|---|---|
| committer | Ulf Hermann <ulf.hermann@qt.io> | 2024-06-19 12:18:37 +0200 |
| commit | 29115a74963f87ceab6a7c762a758be94a98441a (patch) | |
| tree | d7128996d6eb4b0d491cf34f8d07110185558095 /src/network/access/qrestreply.cpp | |
| parent | ecd38b85dc80f899b685d3c6c031dcabb3c63211 (diff) | |
Straighten out various logging categories
Either make them static or declare them in a header. We want them to be
static wherever possible, in order to reduce the number of visible
symbols. If they can't be static, however, they should at least be
declared in only one place.
Task-number: QTBUG-67692
Change-Id: I6f3b596ed4f0adc9873dd0a5f54f055a991a6207
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/network/access/qrestreply.cpp')
| -rw-r--r-- | src/network/access/qrestreply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qrestreply.cpp b/src/network/access/qrestreply.cpp index 1ce9100e66b..204ecf65537 100644 --- a/src/network/access/qrestreply.cpp +++ b/src/network/access/qrestreply.cpp @@ -5,6 +5,7 @@ #include "qrestreply_p.h" #include <QtNetwork/private/qnetworkreply_p.h> +#include <QtNetwork/private/qrestaccessmanager_p.h> #include <QtCore/qbytearrayview.h> #include <QtCore/qjsondocument.h> @@ -18,7 +19,6 @@ QT_BEGIN_NAMESPACE using namespace Qt::StringLiterals; -Q_DECLARE_LOGGING_CATEGORY(lcQrest) /*! \class QRestReply |
