aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-05-26 15:22:22 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-26 09:19:42 -0700
commit0de862971e98a6db88562b1e3424ee9cd3024679 (patch)
tree47a3fcb2814a698814df790551b16c2316a1b687 /desktop-widgets
parentb18b10b46710728d898c3bfb786fd963e579e374 (diff)
downloadsubsurface-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