2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Beta version 3.5.3: Fix build with GCC.

This commit is contained in:
John Preston
2022-02-28 23:25:55 +03:00
parent 5cacf8a8af
commit 2917a53b75
9 changed files with 3 additions and 11 deletions

View File

@@ -536,7 +536,7 @@ void Main::keyPressEvent(QKeyEvent *e) {
void Main::setupContent(not_null<Window::SessionController*> controller) {
const auto content = Ui::CreateChild<Ui::VerticalLayout>(this);
const auto cover = content->add(object_ptr<Cover>(
content->add(object_ptr<Cover>(
content,
controller,
controller->session().user()));