X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fqssparser.cpp;h=d8af2dc6566cae76f2fdb48423440536f2f87337;hp=ccb220417379f0fd585358a367ca431fad3bfe33;hb=7f8c674b003c9f48c1c11cd7dee257a807f99d7c;hpb=a4f9e0b4ddaa983484dc56964f4320382719a02c diff --git a/src/uisupport/qssparser.cpp b/src/uisupport/qssparser.cpp index ccb22041..d8af2dc6 100644 --- a/src/uisupport/qssparser.cpp +++ b/src/uisupport/qssparser.cpp @@ -222,6 +222,8 @@ quint64 QssParser::parseFormatType(const QString &decl) { fmtType |= UiStyle::ErrorMsg; else if(msgType == "daychange") fmtType |= UiStyle::DayChangeMsg; + else if(msgType == "topic") + fmtType |= UiStyle::TopicMsg; else { qWarning() << Q_FUNC_INFO << tr("Invalid message type in %1").arg(decl); }