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)
commit450c2bdf68fb837cb64fb3190912564ecc9f651e
treec9862b409fd6955a2249fe11ecb7ff360b59bb00
parent047f7a5c2429d44adf0102ee25c7fb254f80ea69
core: Change signature of Core::syncTimer()

Returning a pointer is more consistent with the rest of the code
base and established patterns than returning a non-const reference.
src/core/core.h
src/core/coresession.cpp