?
This commit is contained in:
@@ -197,8 +197,6 @@ 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});
|
||||
|
||||
Reference in New Issue
Block a user