Improved previous patch

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

View file

@ -63,7 +63,7 @@ protected:
protected slots:
void processDlFinished(QNetworkReply* reply);
void checkDownloadSize(qint64 bytesReceived, qint64 bytesTotal);
#if !defined(Q_WS_PM)
#ifndef QT_NO_OPENSSL
void ignoreSslErrors(QNetworkReply*,QList<QSslError>);
#endif