Cleanup: remove unused typedef

The type SHashedFilename defined in core/imagedownloader.h was not
used anywhere.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-02-06 20:00:31 +01:00 committed by Robert C. Helling
parent 9986ce25d7
commit 4c84c0baf1

View file

@ -6,8 +6,6 @@
#include <QFuture>
#include <QNetworkReply>
typedef QPair<QString, QByteArray> SHashedFilename;
class ImageDownloader : public QObject {
Q_OBJECT;
public: