X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fqssparser.cpp;h=d5b9984f4759cddeb43f08ee28dc659ed557d360;hp=7200e5822589badf99d061795f0190fc2235e77e;hb=a05018fce868dd4627e720816f36fb8284257e95;hpb=55049803e1f4215cedaa30935eae4ca2aa5835d2 diff --git a/src/uisupport/qssparser.cpp b/src/uisupport/qssparser.cpp index 7200e582..d5b9984f 100644 --- a/src/uisupport/qssparser.cpp +++ b/src/uisupport/qssparser.cpp @@ -262,7 +262,7 @@ quint64 QssParser::parseFormatType(const QString &decl) { qWarning() << Q_FUNC_INFO << tr("Senderhash can be at most \"0x0f\"!"); return UiStyle::Invalid; } - fmtType |= val << 48; + fmtType |= ++val << 48; } } else if(condName == "format") { if(condValue == "bold")