Port IrcServerHandler::defaultHandler() to the event backend
[quassel.git] / src / core / coresessioneventprocessor.h
index 7ed9fe4..fa647d0 100644 (file)
@@ -24,7 +24,7 @@
 #include <QObject>
 
 class CoreSession;
-class Event;
+class IrcEventNumeric;
 
 class CoreSessionEventProcessor : public QObject {
   Q_OBJECT
@@ -34,6 +34,8 @@ public:
 
   inline CoreSession *coreSession() const { return _coreSession; }
 
+  Q_INVOKABLE void processIrcEventNumeric(IrcEventNumeric *event);
+
 protected:
 
 private: