mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Slightly improved RSS feeds loading: Saved news can be displayed before the Feed is effectively updated
This commit is contained in:
parent
955d8069e2
commit
2cbbd6ef50
3 changed files with 20 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue