Fix includes
[quassel.git] / src / core / ircparser.h
index c16c898..2a1543c 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  *
@@ -37,6 +37,9 @@ public:
   inline CoreSession *coreSession() const { return _coreSession; }
   inline EventManager *eventManager() const { return coreSession()->eventManager(); }
 
+signals:
+  void newEvent(Event *);
+
 protected:
   Q_INVOKABLE void processNetworkIncoming(NetworkDataEvent *e);