mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Beta version 3.4.5: Fix build with GCC.
This commit is contained in:
parent
64b5269648
commit
f9bf6dbc1e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue