From 289257dd0f2642901cacf52ae91ed21731611233 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 7 Sep 2023 10:53:30 +0400 Subject: [PATCH 1/2] Update submodules --- Telegram/lib_base | 2 +- Telegram/lib_ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/lib_base b/Telegram/lib_base index 57e2519de75fb5..c36d961eaf3d3a 160000 --- a/Telegram/lib_base +++ b/Telegram/lib_base @@ -1 +1 @@ -Subproject commit 57e2519de75fb5732e53d28282ac97e881061421 +Subproject commit c36d961eaf3d3a09d100509196aa039958f264bc diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 2107f5a1647e8f..b2293c86e12537 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 2107f5a1647e8fc7b509313630ab9012257715ba +Subproject commit b2293c86e12537941d98e464748a060760377914 From 483909854a222eef2c875d64417b9ee8877ee9d0 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Thu, 31 Aug 2023 15:34:18 +0400 Subject: [PATCH 2/2] Use brackets include for QtWaylandScanner-generated headers --- .../platform/linux/linux_wayland_integration.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Telegram/SourceFiles/platform/linux/linux_wayland_integration.cpp b/Telegram/SourceFiles/platform/linux/linux_wayland_integration.cpp index b6cc6c888c2129..ab93809ad3c213 100644 --- a/Telegram/SourceFiles/platform/linux/linux_wayland_integration.cpp +++ b/Telegram/SourceFiles/platform/linux/linux_wayland_integration.cpp @@ -12,14 +12,14 @@ For license and copyright information please follow this link: #include "base/qt_signal_producer.h" #include "base/flat_map.h" -#include "qwayland-wayland.h" -#include "qwayland-plasma-shell.h" - #include #include #include #include +#include +#include + using namespace QNativeInterface; using namespace QNativeInterface::Private; using namespace base::Platform::Wayland;