- Mark news feed articles as read even if they are visited with keyboard arrows

This commit is contained in:
Christophe Dumez 2009-11-06 18:29:32 +00:00
parent e3a29d8ebf
commit be240f72ab
3 changed files with 7 additions and 5 deletions

View file

@ -63,7 +63,7 @@ protected slots:
void refreshSelectedItems();
void copySelectedFeedsURL();
void refreshNewsList(QTreeWidgetItem* item);
void refreshTextBrowser(QTreeWidgetItem *);
void refreshTextBrowser();
void updateFeedIcon(QString url, QString icon_path);
void updateFeedInfos(QString url, QString aliasOrUrl, unsigned int nbUnread);
void updateItemsInfos(QList<QTreeWidgetItem*> items);