Move EventStringifier from common/ to core/ for now
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 28 Sep 2010 19:38:46 +0000 (21:38 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:32 +0000 (01:06 +0200)
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.


No differences found