From 4ff543fe1f36bef43b9cc5b9b8d80dd354cfdc3c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 30 Nov 2018 15:00:48 +0100 Subject: WTF did we have two classes for downloading files? --- src/sessionsiconholder.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/sessionsiconholder.h') diff --git a/src/sessionsiconholder.h b/src/sessionsiconholder.h index 06ca73c..048236a 100644 --- a/src/sessionsiconholder.h +++ b/src/sessionsiconholder.h @@ -17,7 +17,6 @@ #include "globals.h" #include "sessionsiconholder.h" -#include "filedownloader.h" class SessionTreeModel; @@ -36,9 +35,6 @@ public: QIcon getIcon(const QString& name); QIcon getIcon(const QUrl& url); static SessionsIconHolder* get() { if (instance == nullptr) instance = new SessionsIconHolder(); return instance; } - -public slots: - void afterDownload(const QUrl& url, const QByteArray& downloadedData); }; #endif /* SESSIONSICONHOLDER_H_ */ -- cgit v1.2.3-55-g7522