mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Replaced some qstr with u""_q literal.
This commit is contained in:
@@ -458,8 +458,8 @@ object_ptr<Ui::RpWidget> DetailsFiller::setupInfo() {
|
||||
return link.isEmpty()
|
||||
? TextWithEntities()
|
||||
: Ui::Text::Link(
|
||||
(link.startsWith(qstr("https://"))
|
||||
? link.mid(qstr("https://").size())
|
||||
(link.startsWith(u"https://"_q)
|
||||
? link.mid(u"https://"_q.size())
|
||||
: link) + addToLink,
|
||||
link + addToLink);
|
||||
});
|
||||
|
Reference in New Issue
Block a user