X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmessage.h;h=a7fb49384a6a82c1375c1da5f4888aad5b6d9dcf;hp=402faeaa4fc8abf4ff86dd78422ca7c9f990e3cf;hb=4259bc3c5b11164245535e011a69efa6937bb6a6;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 diff --git a/src/common/message.h b/src/common/message.h index 402faeaa..a7fb4938 100644 --- a/src/common/message.h +++ b/src/common/message.h @@ -61,6 +61,7 @@ public: Highlight = 0x02, Redirected = 0x04, ServerMsg = 0x08, + StatusMsg = 0x10, Backlog = 0x80 }; Q_DECLARE_FLAGS(Flags, Flag)