- Take "RSS refresh interval" into consideration without restarting qBT

This commit is contained in:
Christophe Dumez
2009-11-15 08:53:33 +00:00
parent e97b805365
commit 3762c37517
6 changed files with 17 additions and 3 deletions

View File

@@ -488,6 +488,7 @@ public slots:
void forwardFeedInfosChanged(QString url, QString aliasOrUrl, unsigned int nbUnread);
void forwardFeedIconChanged(QString url, QString icon_path);
void moveFile(RssFile* file, RssFolder* dest_folder);
void updateRefreshInterval(unsigned int val);
public:
RssManager(bittorrent *BTSession);