mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
2803b7d385
commit
54d56a74aa
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ public:
|
|||
|
||||
private:
|
||||
struct picture *picture;
|
||||
QNetworkAccessManager manager;
|
||||
bool loadFromHash;
|
||||
|
||||
private slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue