Add news checking system and news toolbar

This commit is contained in:
Forkk
2014-01-02 13:25:38 -06:00
parent 9d8006b597
commit 4495e20cd7
5 changed files with 87 additions and 11 deletions

View File

@ -102,6 +102,11 @@ void NewsChecker::rssDownloadFailed()
}
QList<NewsEntryPtr> NewsChecker::getNewsEntries() const
{
return m_newsEntries;
}
bool NewsChecker::isLoadingNews() const
{
return m_newsNetJob.get() != nullptr;