summaryrefslogtreecommitdiffstats
path: root/core/imagedownloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r--core/imagedownloader.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/imagedownloader.h b/core/imagedownloader.h
index 04846a9cc..2a3d95df4 100644
--- a/core/imagedownloader.h
+++ b/core/imagedownloader.h
@@ -19,10 +19,6 @@ private:
struct picture *picture;
};
-class SHashedImage : public QImage {
- bool load(const QString &fileName, const char *format=nullptr);
-public:
- SHashedImage(struct picture *picture);
-};
+QImage getHashedImage(struct picture *picture);
#endif // IMAGEDOWNLOADER_H