mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
committed by
GitHub
parent
7d97905716
commit
a2121f2483
@@ -491,7 +491,12 @@ void AutoDownloader::resetProcessingQueue()
|
||||
void AutoDownloader::startProcessing()
|
||||
{
|
||||
resetProcessingQueue();
|
||||
connect(Session::instance()->rootFolder(), &Folder::newArticle, this, &AutoDownloader::handleNewArticle);
|
||||
|
||||
const RSS::Folder *rootFolder = Session::instance()->rootFolder();
|
||||
for (const Article *article : asConst(rootFolder->articles()))
|
||||
handleNewArticle(article);
|
||||
|
||||
connect(rootFolder, &Folder::newArticle, this, &AutoDownloader::handleNewArticle);
|
||||
}
|
||||
|
||||
void AutoDownloader::setProcessingEnabled(const bool enabled)
|
||||
|
||||
Reference in New Issue
Block a user