mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
RSS: Cache number of unread articles in a feed instead of computing it every time.
Optimization to address issue #34.
This commit is contained in:
@@ -59,12 +59,14 @@ public:
|
||||
public slots:
|
||||
void loadStreamList();
|
||||
void saveStreamList() const;
|
||||
void forwardFeedContentChanged(const QString& url);
|
||||
void forwardFeedInfosChanged(const QString &url, const QString &aliasOrUrl, uint nbUnread);
|
||||
void forwardFeedIconChanged(const QString &url, const QString &icon_path);
|
||||
void moveFile(const RssFilePtr& file, const RssFolderPtr& dest_folder);
|
||||
void updateRefreshInterval(uint val);
|
||||
|
||||
signals:
|
||||
void feedContentChanged(const QString& url);
|
||||
void feedInfosChanged(const QString &url, const QString &display_name, uint nbUnread);
|
||||
void feedIconChanged(const QString &url, const QString &icon_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user