From: Manuel Nickschas Date: Tue, 28 Sep 2010 19:38:46 +0000 (+0200) Subject: Move EventStringifier from common/ to core/ for now X-Git-Tag: 0.8-beta1~110 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f9c4ee168a794add5261a7f1b6abb518f5987f8c;hp=f9c4ee168a794add5261a7f1b6abb518f5987f8c;ds=sidebyside Move EventStringifier from common/ to core/ for now We need a way to access the EventManager, which currently works through CoreSession. Once the stringifier moves into client, we'll use Client instead. Nothing else depends on core. ---