From 8a919474230d8fcbafb4a70def58bd471ab47c9c Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Wed, 29 Jul 2020 11:15:27 +0200 Subject: [PATCH] QSslSocket: remove a redundant forward declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9a3b6ccc022a036fa82d429ad008adeabe46f4ce Reviewed-by: MÃ¥rten Nordheim --- src/network/ssl/qsslsocket.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network/ssl/qsslsocket.h b/src/network/ssl/qsslsocket.h index a3fd14b813..b28916c951 100644 --- a/src/network/ssl/qsslsocket.h +++ b/src/network/ssl/qsslsocket.h @@ -57,7 +57,6 @@ class QDir; class QSslCipher; class QSslCertificate; class QSslConfiguration; -class QSslEllipticCurve; class QSslPreSharedKeyAuthenticator; class QOcspResponse;