RSS code clean up

- Also drops support for Qt 4.5
This commit is contained in:
Christophe Dumez
2012-02-20 20:49:31 +02:00
parent f3448125c3
commit 8e529fc179
13 changed files with 70 additions and 138 deletions

View File

@@ -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;