mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Fix build with GCC.
This commit is contained in:
@@ -1485,7 +1485,6 @@ void Widget::setupBottomButton(int wasBottomHeight) {
|
|||||||
const auto bottom = wrap->entity();
|
const auto bottom = wrap->entity();
|
||||||
bottom->show();
|
bottom->show();
|
||||||
|
|
||||||
const auto descriptor = _descriptor.current();
|
|
||||||
const auto button = Ui::CreateChild<Ui::RoundButton>(
|
const auto button = Ui::CreateChild<Ui::RoundButton>(
|
||||||
bottom,
|
bottom,
|
||||||
rpl::single(QString()),
|
rpl::single(QString()),
|
||||||
|
Reference in New Issue
Block a user