From 9085ce6229407b054c9431357c758e0beecc795e Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Wed, 26 Oct 2011 19:22:01 +0200 Subject: [PATCH] Corretto baco che non avviava updatederTimer. --- larss/feedpoller.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/larss/feedpoller.cpp b/larss/feedpoller.cpp index 4628f13..d8f479d 100644 --- a/larss/feedpoller.cpp +++ b/larss/feedpoller.cpp @@ -36,10 +36,10 @@ FeedPoller::run() timer->start(); QTimer* updaterTimer = new QTimer(); - updaterTimer->setInterval(10 * 60 * 1000); + updaterTimer->setInterval(10 * 60000); updaterTimer->connect(updaterTimer, SIGNAL(timeout()), this, SLOT(queueAll())); - + updaterTimer->start(); queueAll(); /* Connect timer to their terminations */ -- 2.1.4