mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Removes several warnings related with RSS
This commit is contained in:
parent
0058abeefa
commit
90a18da499
3 changed files with 3 additions and 5 deletions
|
@ -759,8 +759,6 @@ RSSImp::RSSImp(QWidget *parent):
|
|||
connect(listArticles, SIGNAL(itemSelectionChanged()), this, SLOT(refreshTextBrowser()));
|
||||
connect(listArticles, SIGNAL(itemDoubleClicked(QListWidgetItem *)), this, SLOT(downloadSelectedTorrents()));
|
||||
|
||||
// Refresh all feeds
|
||||
m_rssManager->refresh();
|
||||
// Restore sliders position
|
||||
restoreSlidersPosition();
|
||||
// Bind saveSliders slots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue