summaryrefslogtreecommitdiffstats
path: root/src/sessionsiconholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sessionsiconholder.h')
-rw-r--r--src/sessionsiconholder.h4
1 files changed, 0 insertions, 4 deletions
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_ */