summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-12-11 13:46:59 +0100
committerJonathan Bauer2018-12-11 13:46:59 +0100
commit837fdf912fa48d08dce6f76cc5477f5ef2f431cb (patch)
tree8c4f3d641fa2063228e424e7d8ab5ac183edfe08
parentsupport configurable URLs for list, news and help (diff)
downloadvmchooser2-837fdf912fa48d08dce6f76cc5477f5ef2f431cb.tar.gz
vmchooser2-837fdf912fa48d08dce6f76cc5477f5ef2f431cb.tar.xz
vmchooser2-837fdf912fa48d08dce6f76cc5477f5ef2f431cb.zip
add TODO for url-icon support, if we were to use that feature again one
day
-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());