mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Started work on the new RSS feed downloader (WIP)
This commit is contained in:
parent
a2c19302cb
commit
6b7af5b464
94 changed files with 8342 additions and 4909 deletions
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
#include "rssmanager.h"
|
||||
#include "preferences.h"
|
||||
#include "rsssettings.h"
|
||||
#include "qbtsession.h"
|
||||
#include "rssfeed.h"
|
||||
#include "rssarticle.h"
|
||||
|
@ -37,7 +37,7 @@
|
|||
RssManager::RssManager(QBtSession *BTSession): RssFolder(0, this, BTSession, QString::null) {
|
||||
loadStreamList();
|
||||
connect(&newsRefresher, SIGNAL(timeout()), this, SLOT(refreshAll()));
|
||||
refreshInterval = Preferences::getRSSRefreshInterval();
|
||||
refreshInterval = RssSettings::getRSSRefreshInterval();
|
||||
newsRefresher.start(refreshInterval*60000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue