mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Updated RSS icon with one from Oxygen (KDE4 icons)
This commit is contained in:
parent
fa9e3bf564
commit
1918969e28
7 changed files with 9 additions and 6 deletions
|
@ -153,7 +153,7 @@ class RssStream : public QObject{
|
|||
}
|
||||
|
||||
public:
|
||||
RssStream(QString _url): url(_url), alias(""), iconPath(":/Icons/rss.png"), refreshed(false), downloadFailure(false), currently_loading(false) {
|
||||
RssStream(QString _url): url(_url), alias(""), iconPath(":/Icons/rss16.png"), refreshed(false), downloadFailure(false), currently_loading(false) {
|
||||
qDebug("RSSStream constructed");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue