mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
RSS optimization
This commit is contained in:
@@ -59,8 +59,8 @@ public:
|
||||
QString getName() const;
|
||||
QString getID() const;
|
||||
bool hasChild(QString ID);
|
||||
QList<RssArticle*> getNewsList() const;
|
||||
QList<RssArticle*> getUnreadNewsList() const;
|
||||
QList<RssArticle> getNewsList() const;
|
||||
QList<RssArticle> getUnreadNewsList() const;
|
||||
void removeAllSettings();
|
||||
void removeAllItems();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user