summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2021-03-04 19:20:18 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2021-03-17 16:25:37 +0100
commitb477d823ada32f81457044c292af4099a6099cea (patch)
tree3beda1f80c21f79672215ea5d37a4414d62e41a3 /src/network/kernel
parentfac23d695f9b9f9b172467eaa7f94102dac4dc25 (diff)
Convert QSslSocket(Backend)Private into plugin
All backend-specific code is now separated and removed from QSslSocket(Private) code. The original code is mostly preserved to avoid (as much as possible) regressions (and to simplify code-review). Fixes: QTBUG-91173 Task-number: QTBUG-65922 Change-Id: I3ac4ba35d952162c8d6dc62d747cbd62dca0ef78 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 9391ba55149336c395b866b24dc9b844334d50da)
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qtnetworkglobal_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/kernel/qtnetworkglobal_p.h b/src/network/kernel/qtnetworkglobal_p.h
index 859e3d9ebd..0bd30eaf02 100644
--- a/src/network/kernel/qtnetworkglobal_p.h
+++ b/src/network/kernel/qtnetworkglobal_p.h
@@ -55,4 +55,6 @@
#include <QtCore/private/qglobal_p.h>
#include <QtNetwork/private/qtnetwork-config_p.h>
+#define Q_NETWORK_PRIVATE_EXPORT Q_NETWORK_EXPORT
+
#endif // QTNETWORKGLOBAL_P_H