subsurface/mobile-widgets
Berthold Stoeger 0de862971e 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>
2018-05-26 09:19:42 -07:00
..
qml iOS: updated text in About to reflect logs not log 2018-05-21 07:57:14 -07:00
qmlmanager.cpp Cleanup: remove reply and request member variables in QMLManager 2018-05-26 09:19:42 -07:00
qmlmanager.h Cleanup: remove reply and request member variables in QMLManager 2018-05-26 09:19:42 -07:00
qmlprofile.cpp profile-widget: set printmode but allow events for ssrf-mobile 2018-05-24 12:04:14 -07:00
qmlprofile.h Add SPDX header to mobile widgets and QML files 2017-04-29 13:32:55 -07:00