]> git.tdb.fi Git - libs/core.git/commit
Refactor Timer::tick
authorMikko Rasa <tdb@tdb.fi>
Fri, 25 Dec 2015 10:13:57 +0000 (12:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 25 Dec 2015 10:13:57 +0000 (12:13 +0200)
commitac26a7e3db27d27ea322ccc17bb093b348b30ae8
tree5aca126896145b89f795207d54d09feaaa525043
parent521964476dfb940e197970fa921e515f7dfa3eab
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.
source/time/timer.cpp