From: Manuel Nickschas Date: Sun, 5 Sep 2010 18:15:45 +0000 (+0200) Subject: Introducing the first shiny stuff for our new event-based core backend X-Git-Tag: 0.8-beta1~124 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=d3c9d89989df59c073fc33637ba4e8bbdb6ab397;hp=d3c9d89989df59c073fc33637ba4e8bbdb6ab397 Introducing the first shiny stuff for our new event-based core backend This adds a (very rudimentary) base class for events, and a (very rudimentary) EventManager. The manager so far allows registering event handlers (even via explicit methods, or by providing a QObject. In the latter case, matching slots will be automatically registered (i.e. a method handleIrcEventJoin() will be registered as handler for IrcEventJoin). ---