core: Change signature of Core::syncTimer()
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 30 May 2018 20:18:55 +0000 (22:18 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Jun 2018 19:12:17 +0000 (21:12 +0200)
Returning a pointer is more consistent with the rest of the code
base and established patterns than returning a non-const reference.


No differences found