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:
@@ -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()));
|
||||
|
Reference in New Issue
Block a user