aboutsummaryrefslogtreecommitdiffstats
path: root/core/imagedownloader.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-05-23 18:24:08 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-26 09:23:49 -0700
commitb34eeeaba257d14ff7fa2b32eccbceeeb2b4e66a (patch)
treecae9a6c31e61c91629d22263b0823571ee173dc3 /core/imagedownloader.h
parentd7f5246d6b347096b3c91d298b0ab9b5be22f1ba (diff)
downloadsubsurface-b34eeeaba257d14ff7fa2b32eccbceeeb2b4e66a.tar.gz
Cleanup: remove code related to pictures in the cloud-repository
Storing pictures in the cloud never came to be, so remove the code. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r--core/imagedownloader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/imagedownloader.h b/core/imagedownloader.h
index fe0a9631b..22ef8f5eb 100644
--- a/core/imagedownloader.h
+++ b/core/imagedownloader.h
@@ -13,7 +13,7 @@ public:
static ImageDownloader *instance();
ImageDownloader();
public slots:
- void load(QString filename, bool fromHash);
+ void load(QString filename);
signals:
void loaded(QString filename);
void failed(QString filename);