mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 07:52:57 +02:00
Fix build with GCC.
This commit is contained in:
parent
38c74bf2cf
commit
e6a6763228
1 changed files with 2 additions and 2 deletions
|
@ -4141,10 +4141,10 @@ void InnerWidget::refreshEmpty() {
|
||||||
.name = u"no_chats"_q,
|
.name = u"no_chats"_q,
|
||||||
.sizeOverride = Size(st::changePhoneIconSize),
|
.sizeOverride = Size(st::changePhoneIconSize),
|
||||||
});
|
});
|
||||||
const auto iconWidget = _emptyList->add(
|
_emptyList->add(
|
||||||
object_ptr<Ui::CenterWrap<>>(_emptyList, std::move(icon.widget)));
|
object_ptr<Ui::CenterWrap<>>(_emptyList, std::move(icon.widget)));
|
||||||
Ui::AddSkip(_emptyList);
|
Ui::AddSkip(_emptyList);
|
||||||
const auto label = _emptyList->add(
|
_emptyList->add(
|
||||||
object_ptr<Ui::FlatLabel>(
|
object_ptr<Ui::FlatLabel>(
|
||||||
_emptyList,
|
_emptyList,
|
||||||
tr::lng_no_conversations(),
|
tr::lng_no_conversations(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue