X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=e3b29800fc80e2093e4900f56134bda479b25289;hp=3dbd72621209c04a11cb9dc3644a8740895ba63d;hb=be7f9fcb48b8587e59aefb26cec1caf3fcb95da2;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index 3dbd7262..e3b29800 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-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -112,7 +112,9 @@ public : MessageEvent = 0x00040000, ///< Stringified event suitable for converting to Message CtcpEvent = 0x00050000, - CtcpEventFlush + CtcpEventFlush, + + KeyEvent = 0x00060000 }; EventManager(QObject *parent = 0);