1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 21:14:33 +00:00

- "Mark items read" on a folder now updates number of unread news

This commit is contained in:
Christophe Dumez 2009-08-23 13:39:15 +00:00
parent 06fb19e8be
commit dc18780a97

View File

@ -478,6 +478,7 @@ void RssStream::markAllAsRead() {
if(!item->isRead())
item->setRead();
}
rssmanager->forwardFeedInfosChanged(url, getName(), 0);
}
unsigned int RssStream::getNbUnRead() const{