refactor: merge adjecent words into one TextElement (#5847)
This commit is contained in:
@@ -168,6 +168,10 @@ public:
|
||||
return pointer;
|
||||
}
|
||||
|
||||
void appendOrEmplaceText(const QString &text, MessageColor color);
|
||||
void appendOrEmplaceSystemTextAndUpdate(const QString &text,
|
||||
QString &toUpdate);
|
||||
|
||||
static void triggerHighlights(const Channel *channel,
|
||||
const HighlightAlert &alert);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user