- Updated number of unread news of RSS folders after a feed is moved from one folder to another

This commit is contained in:
Christophe Dumez 2009-08-23 12:49:37 +00:00
parent 48b14d1066
commit f2d2e70967
4 changed files with 34 additions and 4 deletions

View file

@ -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);