From b477d823ada32f81457044c292af4099a6099cea Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Thu, 4 Mar 2021 19:20:18 +0100 Subject: Convert QSslSocket(Backend)Private into plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: MÃ¥rten Nordheim (cherry picked from commit 9391ba55149336c395b866b24dc9b844334d50da) --- src/network/ssl/qwindowscarootfetcher_p.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/network/ssl/qwindowscarootfetcher_p.h') diff --git a/src/network/ssl/qwindowscarootfetcher_p.h b/src/network/ssl/qwindowscarootfetcher_p.h index e98e59f0cf..ee0d07c1e0 100644 --- a/src/network/ssl/qwindowscarootfetcher_p.h +++ b/src/network/ssl/qwindowscarootfetcher_p.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtNetwork module of the Qt Toolkit. @@ -40,15 +40,15 @@ #ifndef QWINDOWSCAROOTFETCHER_P_H #define QWINDOWSCAROOTFETCHER_P_H +#include + #include #include -#include "qsslsocket_p.h" - -#include "qsslsocket.h" #include "qsslcertificate.h" +#include "qsslsocket.h" -#include +#include "qwincrypt_p.h" // // W A R N I N G -- cgit v1.2.3