mirror of
https://gitlab.com/niansa/qcommsy.git
synced 2025-03-06 20:53:33 +01:00
Updated
This commit is contained in:
parent
a48ba6c352
commit
9ae87b4943
1 changed files with 5 additions and 3 deletions
|
@ -29,6 +29,11 @@ public:
|
||||||
connect(mNetMan, &QNetworkAccessManager::finished, this, &libCommsyAuth::reEmit);
|
connect(mNetMan, &QNetworkAccessManager::finished, this, &libCommsyAuth::reEmit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~libCommsyAuth() {
|
||||||
|
delete mNetMan;
|
||||||
|
delete mNetReq;
|
||||||
|
}
|
||||||
|
|
||||||
QNetworkAccessManager *mNetMan = nullptr;
|
QNetworkAccessManager *mNetMan = nullptr;
|
||||||
QNetworkRequest *mNetReq = nullptr;
|
QNetworkRequest *mNetReq = nullptr;
|
||||||
|
|
||||||
|
@ -72,6 +77,3 @@ public:
|
||||||
throw authFailureError();
|
throw authFailureError();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
void libCommsyAuth::reEmit(QNetworkReply *) {}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue