diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-02-08 22:19:03 +0100 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-03-05 18:04:57 +0200 |
commit | 54d56a74aaa8d09c801a1a73989a1d5d95a72795 (patch) | |
tree | 2856ebfc760a5a29cd57de05dce105d3c091b9ea /core/imagedownloader.h | |
parent | 2803b7d3857dc1067f9ec465bf31b9834cbba699 (diff) | |
download | subsurface-54d56a74aaa8d09c801a1a73989a1d5d95a72795.tar.gz |
core/imagedownloader.cpp: Make the manager object local to load()
The QNetworkAccessManager is only used in the load() function. No
point in it being a subobject.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r-- | core/imagedownloader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/imagedownloader.h b/core/imagedownloader.h index c03a0f565..295b664f4 100644 --- a/core/imagedownloader.h +++ b/core/imagedownloader.h @@ -15,7 +15,6 @@ public: private: struct picture *picture; - QNetworkAccessManager manager; bool loadFromHash; private slots: |