X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.h;h=843d2f225167653f6efc6d6261c0d066e801f1ac;hp=7e4094f8a006015e4edfbeafa37eb3c39a71afbe;hb=d33a73406dc7b2a41c97d169b865836f6fce4980;hpb=fdf69d69f0dda76a65a27ce7059b7b86696ff79c diff --git a/src/uisupport/uistyle.h b/src/uisupport/uistyle.h index 7e4094f8..843d2f22 100644 --- a/src/uisupport/uistyle.h +++ b/src/uisupport/uistyle.h @@ -49,7 +49,7 @@ public: * Also, we _do_ rely on certain properties of these values in styleString() and friends! */ enum FormatType { - None = 0x00000000, + Base = 0x00000000, Invalid = 0xffffffff, // Message Formats (mutually exclusive!) @@ -105,7 +105,7 @@ public: class StyledMessage; static FormatType formatType(Message::Type msgType); - static StyledString styleString(const QString &string, quint32 baseFormat = None); + static StyledString styleString(const QString &string, quint32 baseFormat = Base); static QString mircToInternal(const QString &); static inline QString timestampFormatString() { return _timestampFormatString; }