X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.cpp;h=dafcc5f8f9416597cf968e05f7d8805e1496bad1;hb=cd37744f0a2cd8ffe027892ddce5c7d6f4848ab0;hp=141ff335069b24138747e8d8a197bab735814ba7;hpb=1566f62849f9011656d9111b99f023d694bb8805;p=quassel.git diff --git a/src/uisupport/uistyle.cpp b/src/uisupport/uistyle.cpp index 141ff335..dafcc5f8 100644 --- a/src/uisupport/uistyle.cpp +++ b/src/uisupport/uistyle.cpp @@ -318,7 +318,7 @@ UiStyle::StyledMessage::StyledMessage(const Message &msg) { } -void UiStyle::StyledMessage::style(UiStyle *style) { +void UiStyle::StyledMessage::style(UiStyle *style) const { QString user = userFromMask(sender()); QString host = hostFromMask(sender()); QString nick = nickFromMask(sender()); @@ -442,6 +442,7 @@ UiStyle::FormatType UiStyle::StyledMessage::senderFormat() const { } } + /***********************************************************************************/ QDataStream &operator<<(QDataStream &out, const UiStyle::FormatList &formatList) {