accidently left part of a multiline comment..

This commit is contained in:
Jared Bruni
2019-07-02 06:08:33 -07:00
parent a6a6d16707
commit eb0034fa2b

View File

@@ -59,7 +59,7 @@ void DownloadManager::execute() {}
void DownloadManager::sslErrors(const QList<QSslError> &sslErrors)
{
for (const QSslError &error : sslErrors)
fprintf(stderr, "SSL error: %s\n", qPrintable(error.errorString()));*/
fprintf(stderr, "SSL error: %s\n", qPrintable(error.errorString()));
}
void DownloadManager::downloadFinished(QNetworkReply *reply)