mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
RSS code clean up
This commit is contained in:
@@ -59,21 +59,21 @@ 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 forwardFeedInfosChanged(const QString& url, const QString& displayName, uint unreadCount);
|
||||
void forwardFeedIconChanged(const QString& url, const QString& iconPath);
|
||||
void moveFile(const RssFilePtr& file, const RssFolderPtr& destinationFolder);
|
||||
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);
|
||||
void feedInfosChanged(const QString& url, const QString& displayName, uint unreadCount);
|
||||
void feedIconChanged(const QString& url, const QString& iconPath);
|
||||
|
||||
private:
|
||||
QTimer m_refreshTimer;
|
||||
uint m_refreshInterval;
|
||||
DownloadThread *m_rssDownloader;
|
||||
RssDownloadRuleList *m_downloadRules;
|
||||
DownloadThread* m_rssDownloader;
|
||||
RssDownloadRuleList* m_downloadRules;
|
||||
RssParser* m_rssParser;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user