qa: Remove lots of superfluous semicolons
[quassel.git] / src / common / eventmanager.h
index 33c41c9..d74e236 100644 (file)
@@ -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  *
@@ -195,6 +195,6 @@ private:
 };
 
 
-Q_DECLARE_OPERATORS_FOR_FLAGS(EventManager::EventFlags);
+Q_DECLARE_OPERATORS_FOR_FLAGS(EventManager::EventFlags)
 
 #endif