Changing the behavior how Quassel Events are processed.
[quassel.git] / src / core / ctcpparser.h
index 1091596..e68e737 100644 (file)
@@ -46,6 +46,9 @@ public:
 
   Q_INVOKABLE void sendCtcpEvent(CtcpEvent *event);
 
+signals:
+  void newEvent(Event *event);
+
 protected:
   inline CoreNetwork *coreNetwork(NetworkEvent *e) const { return qobject_cast<CoreNetwork *>(e->network()); }