X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=edebe61774f1d50d876ba2d39e16554580abca5b;hp=b899be5be10293f1df9f1778c6018a8dab327ad2;hb=5b69d94edcbc2f985243b1f19744f7b03f6e283b;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index b899be5b..edebe617 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef EVENTMANAGER_H @@ -101,6 +101,7 @@ public : IrcEventPrivmsg, IrcEventQuit, IrcEventTopic, + IrcEventWallops, IrcEventRawPrivmsg, ///< Undecoded privmsg (still needs CTCP parsing) IrcEventRawNotice, ///< Undecoded notice (still needs CTCP parsing) IrcEventUnknown, ///< Unknown non-numeric cmd @@ -112,6 +113,10 @@ public : CtcpEvent = 0x00050000, CtcpEventFlush + +#ifdef HAVE_QCA2 + ,KeyEvent = 0x00060000 +#endif }; EventManager(QObject *parent = 0);