mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
RSS: Remove last singleton
This commit is contained in:
parent
a8a7b61ea9
commit
00b4ad6ec8
6 changed files with 22 additions and 33 deletions
|
@ -67,7 +67,7 @@ AutomatedRssDownloader::AutomatedRssDownloader(const QWeakPointer<RssManager>& m
|
|||
Q_ASSERT(ok);
|
||||
ok = connect(ui->listRules, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayRulesListMenu(const QPoint&)));
|
||||
Q_ASSERT(ok);
|
||||
m_ruleList = RssDownloadRuleList::instance();
|
||||
m_ruleList = manager.toStrongRef()->downloadRules();
|
||||
initLabelCombobox();
|
||||
loadFeedList();
|
||||
loadSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue