mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Moved layout utils to td_ui.
This commit is contained in:
parent
d11e756381
commit
2256482ae0
10 changed files with 9 additions and 9 deletions
|
@ -704,8 +704,6 @@ PRIVATE
|
|||
lang/lang_numbers_animation.h
|
||||
lang/lang_translator.cpp
|
||||
lang/lang_translator.h
|
||||
layout/layout_utils.cpp
|
||||
layout/layout_utils.h
|
||||
main/main_account.cpp
|
||||
main/main_account.h
|
||||
main/main_app_config.cpp
|
||||
|
|
|
@ -14,7 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "ui/ui_utility.h"
|
||||
#include "ui/cached_round_corners.h"
|
||||
#include "lang/lang_keys.h"
|
||||
#include "layout/layout_utils.h"
|
||||
#include "layout/layout_position.h"
|
||||
#include "emoji_suggestions_data.h"
|
||||
#include "emoji_suggestions_helper.h"
|
||||
#include "main/main_session.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "inline_bots/inline_bot_result.h"
|
||||
#include "storage/localstorage.h"
|
||||
#include "lang/lang_keys.h"
|
||||
#include "layout/layout_utils.h"
|
||||
#include "layout/layout_position.h"
|
||||
#include "mainwindow.h"
|
||||
#include "main/main_session.h"
|
||||
#include "window/window_session_controller.h"
|
||||
|
|
|
@ -17,7 +17,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "history/view/history_view_service_message.h"
|
||||
#include "history/view/media/history_view_document.h"
|
||||
#include "core/click_handler_types.h"
|
||||
#include "layout/layout_utils.h"
|
||||
#include "layout/layout_position.h"
|
||||
#include "mainwindow.h"
|
||||
#include "media/audio/media_audio.h"
|
||||
#include "media/player/media_player_instance.h"
|
||||
|
|
|
@ -16,7 +16,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "inline_bots/inline_bot_result.h"
|
||||
#include "inline_bots/inline_bot_layout_item.h"
|
||||
#include "lang/lang_keys.h"
|
||||
#include "layout/layout_utils.h"
|
||||
#include "layout/layout_position.h"
|
||||
#include "mainwindow.h"
|
||||
#include "facades.h"
|
||||
#include "main/main_session.h"
|
||||
|
|
|
@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "inline_bots/inline_results_mosaic_layout.h"
|
||||
|
||||
#include "history/view/history_view_cursor_state.h"
|
||||
#include "layout/layout_utils.h"
|
||||
#include "layout/layout_position.h"
|
||||
#include "styles/style_chat_helpers.h"
|
||||
|
||||
namespace InlineBots::Layout {
|
||||
|
|
|
@ -5,7 +5,7 @@ the official desktop application for the Telegram messaging service.
|
|||
For license and copyright information please follow this link:
|
||||
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#include "layout/layout_utils.h"
|
||||
#include "layout/layout_position.h"
|
||||
|
||||
namespace Layout {
|
||||
namespace {
|
|
@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "overview/overview_mosaic_layout.h"
|
||||
|
||||
#include "history/view/history_view_cursor_state.h"
|
||||
#include "layout/layout_utils.h"
|
||||
#include "layout/layout_position.h"
|
||||
#include "styles/style_chat_helpers.h"
|
||||
|
||||
namespace Overview::Layout {
|
||||
|
|
|
@ -63,6 +63,8 @@ PRIVATE
|
|||
|
||||
layout/abstract_layout_item.cpp
|
||||
layout/abstract_layout_item.h
|
||||
layout/layout_position.cpp
|
||||
layout/layout_position.h
|
||||
|
||||
media/clip/media_clip_check_streaming.cpp
|
||||
media/clip/media_clip_check_streaming.h
|
||||
|
|
Loading…
Add table
Reference in a new issue