summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2021-07-20 16:55:24 +0200
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2021-07-20 22:08:39 +0200
commit5e688a72046972b871347ff4d8dd141cdf9f2cef (patch)
tree6073d774723fc15cac5c61b8392a758a01d62e5a /src/network
parente753eb875cce92592cdb16f8d98f48f9364f5101 (diff)
Fix lcTlsBackend redefined in several places (plugins, static build)
With -static build lcTlsBackend was duplicated. Pick-to: 6.2 Change-Id: I20ee0f9c7e2027a7033c9fbae628d0d91672e719 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/ssl/qtlsbackend_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/ssl/qtlsbackend_p.h b/src/network/ssl/qtlsbackend_p.h
index 020d84506e..89b5524a3e 100644
--- a/src/network/ssl/qtlsbackend_p.h
+++ b/src/network/ssl/qtlsbackend_p.h
@@ -428,8 +428,6 @@ public:
Q_DISABLE_COPY_MOVE(QTlsBackend)
};
-Q_DECLARE_LOGGING_CATEGORY(lcTlsBackend)
-
#define QTlsBackend_iid "org.qt-project.Qt.QTlsBackend"
Q_DECLARE_INTERFACE(QTlsBackend, QTlsBackend_iid);