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.
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ł
awesome, worked perfectly, changed it from min to sec too, in the config so it's not odd lookin