Version 0.002 with working Permissions

This commit is contained in:
LubuWest 2016-12-04 18:28:52 +01:00
commit 15e2e8f60a
62 changed files with 924 additions and 1277 deletions

View file

@ -16,10 +16,7 @@ public:
static XHR *instance();
explicit XHR(QObject *parent = 0);
// void setLogin(QString login);
QString url() const;
QString login() const;
QString filename() const;
@ -47,9 +44,9 @@ private slots:
void onReplyError(QNetworkReply::NetworkError code);
void onReplySuccess();
void onRequestFinished();
//void onFileWritten();
void onReadyRead();
void onSSLError(const QList<QSslError> &errors);
void updateDownloadProgress(qint64 bytesRead, qint64 totalBytes);
private:
QByteArray buffer;