diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-05-26 15:22:22 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-26 09:19:42 -0700 |
commit | 0de862971e98a6db88562b1e3424ee9cd3024679 (patch) | |
tree | 47a3fcb2814a698814df790551b16c2316a1b687 /desktop-widgets | |
parent | b18b10b46710728d898c3bfb786fd963e579e374 (diff) | |
download | subsurface-0de862971e98a6db88562b1e3424ee9cd3024679.tar.gz |
Cleanup: remove reply and request member variables in QMLManager
The reply member variable was used to access the reply in the
handleSslErrors, handleError and retrieveUserid slots. This is a
very scary proposition in the light of multi-threading. Instead,
the reply can be accessed by using the QObject::sender() function.
Thus, we can remove the member variable.
The request member was just downright weird. This was only used
locally to describe a network request. Since QNetworkAccessManager::get()
copies the request, it can be destructed right away. Nevertheless,
the data was kept as a subobject. Remove member and make it function-local.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets')
0 files changed, 0 insertions, 0 deletions