From: Mikko Rasa Date: Fri, 25 Dec 2015 10:13:57 +0000 (+0200) Subject: Refactor Timer::tick X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=ac26a7e3db27d27ea322ccc17bb093b348b30ae8;hp=ac26a7e3db27d27ea322ccc17bb093b348b30ae8 Refactor Timer::tick The previous version had some bugs: the blocking flag was not reset and it might have tried to execute a canceled (and thus deleted) slot. ---