summaryrefslogtreecommitdiffstats
path: root/src/sessionsiconholder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sessionsiconholder.cpp')
-rw-r--r--src/sessionsiconholder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sessionsiconholder.cpp b/src/sessionsiconholder.cpp
index 8eecf26..a6baba0 100644
--- a/src/sessionsiconholder.cpp
+++ b/src/sessionsiconholder.cpp
@@ -65,6 +65,7 @@ QIcon SessionsIconHolder::getIcon(const QUrl& url) {
icons.insert(strUrl, QIcon());
// else load icon from url
+ // TODO add '--url-icon' command line option we want to reintroduce this feature (currently not used).
FileDownloader::download(url, [this, url](QNetworkReply::NetworkError, const QByteArray &downloadedData) {
// save the data to disk
QString strUrl(url.toString());