mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
accidently left part of a multiline comment..
This commit is contained in:
@@ -59,7 +59,7 @@ void DownloadManager::execute() {}
|
|||||||
void DownloadManager::sslErrors(const QList<QSslError> &sslErrors)
|
void DownloadManager::sslErrors(const QList<QSslError> &sslErrors)
|
||||||
{
|
{
|
||||||
for (const QSslError &error : 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)
|
void DownloadManager::downloadFinished(QNetworkReply *reply)
|
||||||
|
|||||||
Reference in New Issue
Block a user