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>
This commit is contained in:
Berthold Stoeger 2018-05-23 18:24:08 +02:00 committed by Dirk Hohndel
parent d7f5246d6b
commit b34eeeaba2
2 changed files with 15 additions and 34 deletions

View file

@ -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);