89 void cancelDownload();
100 void onDownloadProgress( qint64 bytesReceived, qint64 bytesTotal );
102 void onRequestTimedOut( QNetworkReply *reply );
111 void onSslErrors( QNetworkReply *reply,
const QList<QSslError> &errors );
123 void error(
const QStringList &errorMessages );
124 void error(
const QString &errorMessage );
126 QNetworkReply *mReply =
nullptr;
128 bool mDownloadCanceled;