mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Save article 'read' state on exit
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user