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