mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Moved out Ui::CreateChild to separate file.
This commit is contained in:
parent
4749ab175e
commit
7f75d7082a
5 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 68185188b6b94ea3760c3a77ad8338c2934f2da0
|
||||
Subproject commit e2e90f9e235b79181c69a8917607f97556b6b2b4
|
|
@ -1 +1 @@
|
|||
Subproject commit c27c69953db52cfcb56abc3d422764f0fb4c2152
|
||||
Subproject commit f3de8aa1a956459cea08b6c01ab746759cf5fa8b
|
Loading…
Add table
Reference in a new issue