refactor: merge adjecent words into one TextElement (#5847)
This commit is contained in:
@@ -250,6 +250,12 @@ public:
|
||||
|
||||
QJsonObject toJson() const override;
|
||||
|
||||
const MessageColor &color() const noexcept;
|
||||
FontStyle fontStyle() const noexcept;
|
||||
|
||||
void appendText(QStringView text);
|
||||
void appendText(const QString &text);
|
||||
|
||||
protected:
|
||||
QStringList words_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user