Minutes to Seconds

Submitted by zackrspv on 2010-04-11

Should be easy, but i'm stumped. I've poured over the code, but can't seem to figure it out *i know, idiot i am lol*. I want to change the updateInterval from Minutes to seconds. HOOOOOWWWW?

Modify line 156 in views/projectsview.cpp from:
timer->start( 60 * 1000 );
to:
timer->start( 1000 );

This will make updateTimeout() run every second, not every minute.

Regards,
Michał