mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
d7f5246d6b
commit
b34eeeaba2
2 changed files with 15 additions and 34 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue