Add CoreFeatures guard for hiding inactive networks
[quassel.git] / src / common / quassel.h
index 6089ac0..b6fc378 100644 (file)
@@ -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  *
@@ -72,8 +72,9 @@ public:
         SynchronizedMarkerLine = 0x0001,
         SaslAuthentication = 0x0002,
         SaslExternal = 0x0004,
+        HideInactiveNetworks = 0x0008,
 
-        NumFeatures = 0x0004
+        NumFeatures = 0x0008
     };
     Q_DECLARE_FLAGS(Features, Feature);