forked from lubuwest/Friendiqa
version v0.6.7 with moderation
This commit is contained in:
parent
5f8edccdfe
commit
48a70b8395
46 changed files with 2106 additions and 1026 deletions
|
@ -95,6 +95,7 @@ public slots:
|
|||
void setImageFileParam(QString name, QString url);
|
||||
void clearParams();
|
||||
void post();
|
||||
void postJSON();
|
||||
void get();
|
||||
void getlist();
|
||||
void download();
|
||||
|
@ -125,7 +126,7 @@ private:
|
|||
int dlindex;
|
||||
|
||||
QNetworkAccessManager manager;
|
||||
QNetworkRequest request;
|
||||
//QNetworkRequest request;
|
||||
QNetworkReply *reply;
|
||||
//QNetworkConfiguration nc;
|
||||
QString bufferToString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue