Home
last modified time | relevance | path

Searched defs:TextWithEntities (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext_entity.h130 struct TextWithEntities { struct
143 TextWithEntities &append(TextWithEntities &&other) { in append() argument
152 TextWithEntities &append(const QString &other) { in append() argument
156 TextWithEntities &append(QLatin1String other) { in append() argument
160 TextWithEntities &append(QChar other) { in append() argument
165 static TextWithEntities Simple(const QString &simple) { in Simple() argument