From 2af740a1f5d439edeaa3009e258cc898c8ccda96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Fischer?= Date: Tue, 12 Nov 2019 16:23:08 +0100 Subject: [PATCH] fix --- src/colnod/requestmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colnod/requestmanager.cpp b/src/colnod/requestmanager.cpp index 9ce961d..c0c3ad4 100644 --- a/src/colnod/requestmanager.cpp +++ b/src/colnod/requestmanager.cpp @@ -132,7 +132,7 @@ void RequestManager::onSSLError(QNetworkReply *reply, const QList &er // if (error.error() == QSslError::SelfSignedCertificate) // reply->ignoreSslErrors(errors); //qDebug() << error.errorString(); - } +// } }