bump © years
[quassel.git] / src / core / coresessioneventprocessor.h
index e0219e3..9647bc6 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2010 by the Quassel Project                        *
+ *   Copyright (C) 2005-2012 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -94,6 +94,9 @@ public:
   Q_INVOKABLE void handleCtcpVersion(CtcpEvent *event);
   Q_INVOKABLE void defaultHandler(const QString &ctcpCmd, CtcpEvent *event);
 
+signals:
+  void newEvent(Event *event);
+
 protected:
   bool checkParamCount(IrcEvent *event, int minParams);
   inline CoreNetwork *coreNetwork(NetworkEvent *e) const { return qobject_cast<CoreNetwork *>(e->network()); }