Moved out Ui::CreateChild to separate file.

This commit is contained in:
23rd
2024-08-28 13:23:44 +03:00
parent 4749ab175e
commit 7f75d7082a
5 changed files with 6 additions and 2 deletions
+2
View File
@@ -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"
+1
View File
@@ -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"
+1
View File
@@ -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"