- Slightly improved RSS feeds loading: Saved news can be displayed before the Feed is effectively updated

This commit is contained in:
Christophe Dumez 2009-08-21 14:48:33 +00:00
parent 955d8069e2
commit 2cbbd6ef50
3 changed files with 20 additions and 18 deletions

View file

@ -60,7 +60,7 @@ class RSSImp : public QWidget, public Ui::RSS{
void copySelectedFeedsURL();
void createStream();
void refreshAllStreams();
void refreshNewsList(QTreeWidgetItem* item, int);
void refreshNewsList(QTreeWidgetItem* item);
void refreshTextBrowser(QListWidgetItem *);
void updateLastRefreshedTimeForStreams();
void updateFeedIcon(QString url, QString icon_path);