mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07: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:
parent
0778f2a19e
commit
a597f067e2
62 changed files with 1494 additions and 1059 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue