X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=b30872da172c2aabc36b465edd7a84420556d209;hp=d20fdc23c86ac5fd0b29573c70a0b3098d606918;hb=53861faa5551606eea31588b65ba501b24fb2e1a;hpb=30fa961d1aca319b52071ad9d6e4527ea2638fb7 diff --git a/src/common/quassel.h b/src/common/quassel.h index d20fdc23..b30872da 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -79,8 +79,9 @@ public: Authenticators = 0x0400, /// Whether or not the core supports auth backends. BufferActivitySync = 0x0800, /// Sync buffer activity status CoreSideHighlights = 0x1000, /// Core-Side highlight configuration and matching + SenderPrefixes = 0x2000, /// Show prefixes for senders in backlog - NumFeatures = 0x1000 + NumFeatures = 0x2000 }; Q_DECLARE_FLAGS(Features, Feature)