From 2422c9ce9e46b602c453479f04c9e58f3e41f8db Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Wed, 28 Aug 2024 13:42:15 +0300 Subject: [PATCH] Moved out Ui::MakeWeak to separate file. --- Telegram/SourceFiles/iv/iv_pch.h | 1 + Telegram/SourceFiles/stdafx.h | 1 + Telegram/SourceFiles/ui/ui_pch.h | 1 + Telegram/lib_spellcheck | 2 +- Telegram/lib_ui | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/iv/iv_pch.h b/Telegram/SourceFiles/iv/iv_pch.h index 9d7627d02..4ad8da65a 100644 --- a/Telegram/SourceFiles/iv/iv_pch.h +++ b/Telegram/SourceFiles/iv/iv_pch.h @@ -24,6 +24,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "base/flat_set.h" #include "ui/qt_object_factory.h" +#include "ui/qt_weak_factory.h" #include "scheme.h" #include "logs.h" diff --git a/Telegram/SourceFiles/stdafx.h b/Telegram/SourceFiles/stdafx.h index 49efbceac..da801ff9a 100644 --- a/Telegram/SourceFiles/stdafx.h +++ b/Telegram/SourceFiles/stdafx.h @@ -127,6 +127,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/arc_angles.h" #include "ui/emoji_config.h" #include "ui/qt_object_factory.h" +#include "ui/qt_weak_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 5c2e12d3d..4536e6650 100644 --- a/Telegram/SourceFiles/ui/ui_pch.h +++ b/Telegram/SourceFiles/ui/ui_pch.h @@ -38,4 +38,5 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/text/text.h" #include "ui/effects/animations.h" #include "ui/qt_object_factory.h" +#include "ui/qt_weak_factory.h" #include "styles/palette.h" diff --git a/Telegram/lib_spellcheck b/Telegram/lib_spellcheck index 0b7622ff3..e76981e13 160000 --- a/Telegram/lib_spellcheck +++ b/Telegram/lib_spellcheck @@ -1 +1 @@ -Subproject commit 0b7622ff38778e9cd03d3997de59351973480a1f +Subproject commit e76981e133a1d29f3ceb557f53850a8d822f439a diff --git a/Telegram/lib_ui b/Telegram/lib_ui index e2e90f9e2..da7e372a4 160000 --- a/Telegram/lib_ui +++ b/Telegram/lib_ui @@ -1 +1 @@ -Subproject commit e2e90f9e235b79181c69a8917607f97556b6b2b4 +Subproject commit da7e372a40c2951f7491ef6e55d3876e671ecd3e