mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -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:
@@ -52,7 +52,6 @@ public:
|
||||
|
||||
DownloadThread* rssDownloader() const;
|
||||
RssParser* rssParser() const;
|
||||
static void sortArticleListByDateDesc(RssArticleList& news_list);
|
||||
|
||||
RssDownloadRuleList* downloadRules() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user