mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Updated french and dutch translations
- Fixed some typos in engineSelect - Made search engine plugin install more reliable - Added some comments
This commit is contained in:
@@ -471,7 +471,7 @@ class RssManager : public QObject{
|
||||
connect(downloader, SIGNAL(downloadFailure(QString, QString)), this, SLOT(handleDownloadFailure(QString, QString)));
|
||||
loadStreamList();
|
||||
connect(&newsRefresher, SIGNAL(timeout()), this, SLOT(refreshOldFeeds()));
|
||||
newsRefresher.start(60000);
|
||||
newsRefresher.start(60000); // 1min
|
||||
}
|
||||
|
||||
~RssManager(){
|
||||
|
||||
Reference in New Issue
Block a user