mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Keep RSS articles sorted by date in memory do avoid sorting them all the time
Optimization to address issue #34.
This commit is contained in:
@@ -62,8 +62,8 @@ public:
|
||||
virtual QString displayName() const;
|
||||
virtual QString id() const;
|
||||
bool hasChild(const QString &childId);
|
||||
virtual RssArticleList articleList() const;
|
||||
virtual RssArticleList unreadArticleList() const;
|
||||
virtual RssArticleList articleListByDateDesc() const;
|
||||
virtual RssArticleList unreadArticleListByDateDesc() const;
|
||||
virtual void removeAllSettings();
|
||||
virtual void saveItemsToDisk();
|
||||
void removeAllItems();
|
||||
|
||||
Reference in New Issue
Block a user