Improve UI responsiveness during RSS downloading. Closes #873, #1089, #1235, #5423.

--HG--
branch : magao-dev
This commit is contained in:
Tim Delaney
2016-11-07 08:56:06 +11:00
committed by sledgehammer999
parent 93bdc81e3c
commit a4a38d633c
4 changed files with 51 additions and 2 deletions

View File

@@ -98,10 +98,13 @@ namespace Rss
void handleArticleRead();
private:
friend class Manager;
QString iconUrl() const;
void loadItemsFromDisk();
void addArticle(const ArticlePtr &article);
void downloadArticleTorrentIfMatching(const ArticlePtr &article);
void deferredDownloadArticleTorrentIfMatching(const ArticlePtr &article);
private:
Manager *m_manager;