mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
eCS (OS/2) compilation fix (Thanks Silvan Scherrer)
This commit is contained in:
parent
6b2e9f057b
commit
0cc9283275
2 changed files with 6 additions and 0 deletions
|
@ -63,7 +63,9 @@ protected:
|
|||
protected slots:
|
||||
void processDlFinished(QNetworkReply* reply);
|
||||
void checkDownloadSize(qint64 bytesReceived, qint64 bytesTotal);
|
||||
#if !defined(Q_WS_PM)
|
||||
void ignoreSslErrors(QNetworkReply*,QList<QSslError>);
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue