mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
RSS code clean up
- Also drops support for Qt 4.5
This commit is contained in:
@@ -49,8 +49,8 @@ public:
|
||||
RssManager();
|
||||
virtual ~RssManager();
|
||||
|
||||
inline DownloadThread* rssDownloader() const { return m_rssDownloader; }
|
||||
static void sortNewsList(RssArticleList& news_list);
|
||||
DownloadThread* rssDownloader() const;
|
||||
static void sortArticleListByDateDesc(RssArticleList& news_list);
|
||||
|
||||
RssDownloadRuleList* downloadRules() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user