X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=79b37ff24e0c4d64fed2fea19df1eb94d8d08938;hp=1241149564867315cdd2e9843dffca7e5adad749;hb=51ced68c9ba7f733c354e0b2dc737caa1f436a47;hpb=4f2d0000935e5f040940aca85a44b905bd916147 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index 12411495..79b37ff2 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-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -88,6 +88,7 @@ public : IrcEvent = 0x00030000, IrcEventAuthenticate, + IrcEventAway, IrcEventCap, IrcEventInvite, IrcEventJoin, @@ -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);