Special message when login expired.

This commit is contained in:
fourtf
2019-08-21 02:00:42 +02:00
parent 6d9545157e
commit 3b3791e43a
2 changed files with 15 additions and 4 deletions
+2
View File
@@ -197,6 +197,8 @@ TextElement::TextElement(const QString &text, MessageElementFlags flags,
, color_(color)
, style_(style)
{
assert(text != "authentication");
for (const auto &word : text.split(' '))
{
this->words_.push_back({word, -1});