Prevent possible problem of using incomplete type

PR #18639.
This commit is contained in:
Vladimir Golovnev
2023-03-02 06:18:51 +03:00
committed by GitHub
parent c51aa2d573
commit 37c04fdeed
2 changed files with 11 additions and 15 deletions

View File

@@ -151,9 +151,6 @@ namespace Net
static bool hasSupportedScheme(const QString &url);
private slots:
void ignoreSslErrors(QNetworkReply *, const QList<QSslError> &);
private:
class NetworkCookieJar;