summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qtlsbackend_p.h
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-21 12:20:06 +0200
commit4c5b604fabc0a7992ae5b1ab7beaa294f0e33388 (patch)
treea1a26179c1b27c1bc95f9761d7f2c8102e3caad6 /src/network/ssl/qtlsbackend_p.h
parent18458dbebdd8bddd3242dc72a2bf7b74d6700b3c (diff)
Fix lcTlsBackend redefined in several places (plugins, static build)
With -static build lcTlsBackend was duplicated. Change-Id: I20ee0f9c7e2027a7033c9fbae628d0d91672e719 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 5e688a72046972b871347ff4d8dd141cdf9f2cef)
Diffstat (limited to 'src/network/ssl/qtlsbackend_p.h')
-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 79bd0c5ebf..28016df3a3 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);