mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Updated number of unread news of RSS folders after a feed is moved from one folder to another
This commit is contained in:
parent
48b14d1066
commit
f2d2e70967
4 changed files with 34 additions and 4 deletions
|
@ -63,6 +63,8 @@ protected slots:
|
|||
void refreshTextBrowser(QListWidgetItem *);
|
||||
void updateFeedIcon(QString url, QString icon_path);
|
||||
void updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnread);
|
||||
void updateItemsInfos(QList<QTreeWidgetItem*> items);
|
||||
void updateItemInfos(QTreeWidgetItem *item);
|
||||
void openNewsUrl();
|
||||
void downloadTorrent();
|
||||
void fillFeedsList(QTreeWidgetItem *parent=0, RssFolder *rss_parent=0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue