mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add missing return in MessageElement::setTrailingSpace
This commit is contained in:
parent
a339c4ca0a
commit
3c8c793e47
|
@ -28,6 +28,7 @@ MessageElement *MessageElement::setTooltip(const QString &_tooltip)
|
|||
MessageElement *MessageElement::setTrailingSpace(bool value)
|
||||
{
|
||||
this->trailingSpace = value;
|
||||
return this;
|
||||
}
|
||||
|
||||
const QString &MessageElement::getTooltip() const
|
||||
|
|
Loading…
Reference in a new issue