mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Moved out Ui::MakeWeak to separate file.
This commit is contained in:
parent
7f75d7082a
commit
2422c9ce9e
5 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b7622ff38778e9cd03d3997de59351973480a1f
|
||||
Subproject commit e76981e133a1d29f3ceb557f53850a8d822f439a
|
|
@ -1 +1 @@
|
|||
Subproject commit e2e90f9e235b79181c69a8917607f97556b6b2b4
|
||||
Subproject commit da7e372a40c2951f7491ef6e55d3876e671ecd3e
|
Loading…
Add table
Reference in a new issue