From: Mikko Rasa Date: Fri, 27 Sep 2019 19:24:07 +0000 (+0300) Subject: Refactor signal connection handling in EventDispatcher X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=df6fc46950e15bb30a92368f34dc2005393b0e5b;hp=df6fc46950e15bb30a92368f34dc2005393b0e5b;p=libs%2Fcore.git Refactor signal connection handling in EventDispatcher Connect the signals to functions on the Slot object to make them easier to disconnect. ---