mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-01 20:11:07 +00:00
Beta version 3.4.5: Fix build with GCC.
This commit is contained in:
parent
64b5269648
commit
f9bf6dbc1e
@ -293,11 +293,11 @@ rpl::producer<bool> Session::termsLockValue() const {
|
||||
}
|
||||
|
||||
QString Session::createInternalLink(const QString &query) const {
|
||||
return createInternalLink({ .text = query }).text;
|
||||
return createInternalLink(TextWithEntities{ .text = query }).text;
|
||||
}
|
||||
|
||||
QString Session::createInternalLinkFull(const QString &query) const {
|
||||
return createInternalLinkFull({ .text = query }).text;
|
||||
return createInternalLinkFull(TextWithEntities{ .text = query }).text;
|
||||
}
|
||||
|
||||
TextWithEntities Session::createInternalLink(
|
||||
|
Loading…
Reference in New Issue
Block a user