X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=ec1406490c1ae457bab0b00c41a9bc4d15854052;hb=60bf8c5270a523172fd4e4dd4768058af612439f;hp=94c293469a7d319c0ae67537c45017d13370223d;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index 94c29346..ec140649 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -112,11 +112,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);