X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=e3b29800fc80e2093e4900f56134bda479b25289;hb=bc544f569faedea50c7715844a2261872796c683;hp=b346756c68a9d7c4bfcae0e17e8ef3a67a22f3ab;hpb=602f1cafaa8744d4e54f2dd53906f399b80b6719;p=quassel.git diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index b346756c..e3b29800 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-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);