X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Feventmanager.h;h=d74e23626cae7a2d0981bfc87e7c6e9ad0d6a59b;hp=2d88143a1caa43ee8a42233d964581f7ce86518b;hb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc;hpb=bd3c5592e03480b17087abe44ae96048e0ab2e74 diff --git a/src/common/eventmanager.h b/src/common/eventmanager.h index 2d88143a..d74e2362 100644 --- a/src/common/eventmanager.h +++ b/src/common/eventmanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -104,6 +104,7 @@ public : IrcEventPrivmsg, IrcEventQuit, IrcEventTopic, + IrcEventError, /// ERROR message from server IrcEventWallops, IrcEventRawPrivmsg, ///< Undecoded privmsg (still needs CTCP parsing) IrcEventRawNotice, ///< Undecoded notice (still needs CTCP parsing) @@ -194,6 +195,6 @@ private: }; -Q_DECLARE_OPERATORS_FOR_FLAGS(EventManager::EventFlags); +Q_DECLARE_OPERATORS_FOR_FLAGS(EventManager::EventFlags) #endif