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

This commit is contained in:
Christophe Dumez
2010-04-08 16:32:21 +00:00
parent 754eb2788f
commit ab31300201
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
};