eCS (OS/2) compilation fix (Thanks Silvan Scherrer)

This commit is contained in:
Christophe Dumez 2010-04-08 16:28:47 +00:00
commit 0cc9283275
2 changed files with 6 additions and 0 deletions

View file

@ -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
};