mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
committed by
sledgehammer999
parent
ba1ffa4e54
commit
41e5dc8911
@@ -626,6 +626,8 @@ void TrackerFiltersList::handleFavicoDownload(const QString& url, const QString&
|
||||
}
|
||||
|
||||
QListWidgetItem *trackerItem = item(rowFromTracker(host));
|
||||
if (!trackerItem) return;
|
||||
|
||||
QIcon icon(filePath);
|
||||
//Detect a non-decodable icon
|
||||
QList<QSize> sizes = icon.availableSizes();
|
||||
|
||||
Reference in New Issue
Block a user