Save article 'read' state on exit

This commit is contained in:
Nick Tiskov
2013-01-28 14:53:04 +04:00
parent 405885209b
commit 9b121fd5d0
3 changed files with 9 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ public:
RssArticlePtr getItem(const QString &guid) const;
uint count() const;
virtual void markAsRead();
void markAsDirty(bool dirty = true);
virtual uint unreadCount() const;
virtual RssArticleList articleListByDateDesc() const;
const RssArticleHash& articleHash() const { return m_articles; }