refactor: merge adjecent words into one TextElement (#5847)

This commit is contained in:
nerix
2025-01-22 23:25:00 +01:00
committed by GitHub
parent ea02a42162
commit 0a3cc1deed
42 changed files with 289 additions and 2719 deletions
+6
View File
@@ -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_;