mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00:00
Qt 4.4 compilation fix
This commit is contained in:
parent
3a1fc9ec77
commit
6b2e9f057b
@ -216,6 +216,7 @@ QString downloadThread::errorCodeToString(QNetworkReply::NetworkError status) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void downloadThread::ignoreSslErrors(QNetworkReply* reply,QList<QSslError> errors) {
|
void downloadThread::ignoreSslErrors(QNetworkReply* reply,QList<QSslError> errors) {
|
||||||
|
Q_UNUSED(errors)
|
||||||
// Ignore all SSL errors
|
// Ignore all SSL errors
|
||||||
reply->ignoreSslErrors(errors);
|
reply->ignoreSslErrors();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user