From 837fdf912fa48d08dce6f76cc5477f5ef2f431cb Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 11 Dec 2018 13:46:59 +0100 Subject: add TODO for url-icon support, if we were to use that feature again one day --- src/sessionsiconholder.cpp | 1 + 1 file changed, 1 insertion(+) 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()); -- cgit v1.2.3-55-g7522