mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Initial support for system Icons (incomplete but good progress)
This commit is contained in:
parent
e72d9de34a
commit
052825e5c4
82 changed files with 299 additions and 433 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "misc.h"
|
||||
#include "rssdownloadrulelist.h"
|
||||
|
||||
RssFeed::RssFeed(RssFolder* parent, QString _url): parent(parent), alias(""), iconPath(":/Icons/rss16.png"), refreshed(false), downloadFailure(false), currently_loading(false) {
|
||||
RssFeed::RssFeed(RssFolder* parent, QString _url): parent(parent), alias(""), iconPath(":/Icons/oxygen/application-rss+xml.png"), refreshed(false), downloadFailure(false), currently_loading(false) {
|
||||
qDebug("RSSStream constructed");
|
||||
QIniSettings qBTRSS("qBittorrent", "qBittorrent-rss");
|
||||
url = QUrl(_url).toString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue