X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fqssparser.cpp;h=f6927e424a23185f4ec434e26677e13670e61ad3;hb=61c8d84d1c849373e0f115dc748ed45cff95287d;hp=06e4db2d66c262e025274a133d7893a9988447b7;hpb=7ce58ac01ce9f67c13bce15ff0db7b15872a7657;p=quassel.git diff --git a/src/uisupport/qssparser.cpp b/src/uisupport/qssparser.cpp index 06e4db2d..f6927e42 100644 --- a/src/uisupport/qssparser.cpp +++ b/src/uisupport/qssparser.cpp @@ -230,6 +230,8 @@ quint64 QssParser::parseFormatType(const QString &decl) { fmtType |= UiStyle::NetsplitJoinMsg; else if(msgType == "netsplit-quit") fmtType |= UiStyle::NetsplitQuitMsg; + else if(msgType == "invite") + fmtType |= UiStyle::InviteMsg; else { qWarning() << Q_FUNC_INFO << tr("Invalid message type in %1").arg(decl); }