RSS: Remove last singleton

This commit is contained in:
Christophe Dumez 2012-02-20 19:49:35 +02:00
parent a8a7b61ea9
commit 00b4ad6ec8
6 changed files with 22 additions and 33 deletions

View file

@ -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();