RSS code clean up

This commit is contained in:
Christophe Dumez 2012-02-19 15:42:51 +02:00
parent 1905a6f0d1
commit 32a6c89c8c
6 changed files with 13 additions and 8 deletions

View file

@ -39,8 +39,7 @@
RssManager* RssManager::m_instance = 0;
RssManager::RssManager(): RssFolder() {
m_rssDownloader = new DownloadThread(this);
RssManager::RssManager(): m_rssDownloader(new DownloadThread(this)) {
connect(&m_refreshTimer, SIGNAL(timeout()), this, SLOT(refresh()));
m_refreshInterval = RssSettings().getRSSRefreshInterval();
m_refreshTimer.start(m_refreshInterval*60000);