X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresessioneventprocessor.h;h=fa647d0a8bf92812a067c6639f4f8bea1ee25867;hp=7ed9fe4605d8aa000b597242734ed2ae6834f923;hb=7c45e37945b0fa3baa5e8190991c9a2e24d357ba;hpb=85fb228631cfb087ce80f4b778fae5f1c3877008 diff --git a/src/core/coresessioneventprocessor.h b/src/core/coresessioneventprocessor.h index 7ed9fe46..fa647d0a 100644 --- a/src/core/coresessioneventprocessor.h +++ b/src/core/coresessioneventprocessor.h @@ -24,7 +24,7 @@ #include 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: