summaryrefslogtreecommitdiffstats
path: root/subsurface-core/imagedownloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/imagedownloader.h')
-rw-r--r--subsurface-core/imagedownloader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/imagedownloader.h b/subsurface-core/imagedownloader.h
index 2ff68342c..f4e3df875 100644
--- a/subsurface-core/imagedownloader.h
+++ b/subsurface-core/imagedownloader.h
@@ -20,6 +20,7 @@ public:
private:
struct picture *picture;
QNetworkAccessManager manager;
+ bool loadFromHash;
private slots:
void saveImage(QNetworkReply *reply);