X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoresessioneventprocessor.h;h=0fd0c9e27b5145d4c37f962f6408f8f8241f4906;hb=3adffa2ce33d0918c1e9d2b075557ae2712b638e;hp=2053db89e2110d4bfcc39191b6b9b0aaa7ae9813;hpb=51ced68c9ba7f733c354e0b2dc737caa1f436a47;p=quassel.git diff --git a/src/core/coresessioneventprocessor.h b/src/core/coresessioneventprocessor.h index 2053db89..0fd0c9e2 100644 --- a/src/core/coresessioneventprocessor.h +++ b/src/core/coresessioneventprocessor.h @@ -48,6 +48,7 @@ public: Q_INVOKABLE void processIrcEventAuthenticate(IrcEvent *event); /// SASL authentication Q_INVOKABLE void processIrcEventCap(IrcEvent *event); /// CAP framework negotiation + Q_INVOKABLE void processIrcEventAccount(IrcEvent *event); /// account-notify received Q_INVOKABLE void processIrcEventAway(IrcEvent *event); /// away-notify received Q_INVOKABLE void processIrcEventInvite(IrcEvent *event); Q_INVOKABLE void processIrcEventJoin(IrcEvent *event);