88    void cancelDownload();
 
   99    void onDownloadProgress( qint64 bytesReceived, qint64 bytesTotal );
 
  101    void onRequestTimedOut( QNetworkReply *reply );
 
  110    void onSslErrors( QNetworkReply *reply, 
const QList<QSslError> &errors );
 
  122    void error( 
const QStringList &errorMessages );
 
  123    void error( 
const QString &errorMessage );
 
  125    QNetworkReply *mReply = 
nullptr;
 
  127    bool mDownloadCanceled;