From 7f75d7082a97c64fd7f9728b8ccfdde713f1df72 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Wed, 28 Aug 2024 13:23:44 +0300 Subject: [PATCH] Moved out Ui::CreateChild to separate file. --- Telegram/SourceFiles/iv/iv_pch.h | 2 ++ Telegram/SourceFiles/stdafx.h | 1 + Telegram/SourceFiles/ui/ui_pch.h | 1 + Telegram/lib_ui | 2 +- Telegram/lib_webview | 2 +- 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/iv/iv_pch.h b/Telegram/SourceFiles/iv/iv_pch.h index 839432f44..9d7627d02 100644 --- a/Telegram/SourceFiles/iv/iv_pch.h +++ b/Telegram/SourceFiles/iv/iv_pch.h @@ -23,5 +23,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "base/flat_map.h" #include "base/flat_set.h" +#include "ui/qt_object_factory.h" + #include "scheme.h" #include "logs.h" diff --git a/Telegram/SourceFiles/stdafx.h b/Telegram/SourceFiles/stdafx.h index 6b1e4c1f6..49efbceac 100644 --- a/Telegram/SourceFiles/stdafx.h +++ b/Telegram/SourceFiles/stdafx.h @@ -126,6 +126,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/text/text.h" #include "ui/arc_angles.h" #include "ui/emoji_config.h" +#include "ui/qt_object_factory.h" #include "styles/palette.h" #include "styles/style_basic.h" diff --git a/Telegram/SourceFiles/ui/ui_pch.h b/Telegram/SourceFiles/ui/ui_pch.h index 84a912f8f..5c2e12d3d 100644 --- a/Telegram/SourceFiles/ui/ui_pch.h +++ b/Telegram/SourceFiles/ui/ui_pch.h @@ -37,4 +37,5 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/arc_angles.h" #include "ui/text/text.h" #include "ui/effects/animations.h" +#include "ui/qt_object_factory.h" #include "styles/palette.h" diff --git a/Telegram/lib_ui b/Telegram/lib_ui index 68185188b..e2e90f9e2 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit 68185188b6b94ea3760c3a77ad8338c2934f2da0 +Subproject commit e2e90f9e235b79181c69a8917607f97556b6b2b4 diff --git a/Telegram/lib_webview b/Telegram/lib_webview index c27c69953..f3de8aa1a 160000 --- a/Telegram/lib_webview +++ b/Telegram/lib_webview @@ -1 +1 @@ -Subproject commit c27c69953db52cfcb56abc3d422764f0fb4c2152 +Subproject commit f3de8aa1a956459cea08b6c01ab746759cf5fa8b