Fixes #1215 Allow previewing badges
This commit is contained in:
@@ -185,6 +185,11 @@ void BadgeElement::addToContainer(MessageLayoutContainer &container,
|
||||
}
|
||||
}
|
||||
|
||||
EmotePtr BadgeElement::getEmote() const
|
||||
{
|
||||
return this->emote_;
|
||||
}
|
||||
|
||||
// TEXT
|
||||
TextElement::TextElement(const QString &text, MessageElementFlags flags,
|
||||
const MessageColor &color, FontStyle style)
|
||||
|
||||
Reference in New Issue
Block a user