qa: Avoid deprecation warnings for QList/QSet conversions
[quassel.git] / src / common / eventmanager.h
index cd8056c..e4ddb3b 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -107,6 +107,7 @@ public:
         IrcEventPong,
         IrcEventPrivmsg,
         IrcEventQuit,
+        IrcEventTagmsg,
         IrcEventTopic,
         IrcEventError,  /// ERROR message from server
         IrcEventWallops,