X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=f2f5e789499028d7f63e222ab864ef6fb1c6ca96;hp=edebe61774f1d50d876ba2d39e16554580abca5b;hb=35ca85f1c4371ee28d00d5ff0195a5b44aadb299;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index edebe617..f2f5e789 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -101,6 +101,7 @@ public : IrcEventPrivmsg, IrcEventQuit, IrcEventTopic, + IrcEventError, /// ERROR message from server IrcEventWallops, IrcEventRawPrivmsg, ///< Undecoded privmsg (still needs CTCP parsing) IrcEventRawNotice, ///< Undecoded notice (still needs CTCP parsing) @@ -112,11 +113,9 @@ public : MessageEvent = 0x00040000, ///< Stringified event suitable for converting to Message CtcpEvent = 0x00050000, - CtcpEventFlush + CtcpEventFlush, -#ifdef HAVE_QCA2 - ,KeyEvent = 0x00060000 -#endif + KeyEvent = 0x00060000 }; EventManager(QObject *parent = 0);