X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=b6fc378127b718da833926e86a5573fc4a52db2c;hb=0094d9ce512ca2e10500f079c489fc4c45970813;hp=6089ac036310441d1b6816d8b38681c8d7d564dc;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 6089ac03..b6fc3781 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -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);