X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=d20fdc23c86ac5fd0b29573c70a0b3098d606918;hp=21aaec77834cc32d7d797b76daebd08548169601;hb=16f22647e6890d3eb8c3e94f7a0700e12fa29e44;hpb=e90ec7aa079d9e821ffbb125ef42722a2dededcf diff --git a/src/common/quassel.h b/src/common/quassel.h index 21aaec77..d20fdc23 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -78,8 +78,9 @@ public: AwayFormatTimestamp = 0x0200, /// Timestamp formatting in away (e.g. %%hh:mm%%) Authenticators = 0x0400, /// Whether or not the core supports auth backends. BufferActivitySync = 0x0800, /// Sync buffer activity status + CoreSideHighlights = 0x1000, /// Core-Side highlight configuration and matching - NumFeatures = 0x0800 + NumFeatures = 0x1000 }; Q_DECLARE_FLAGS(Features, Feature)