mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
Finalize move of info-profile modules.
This commit is contained in:
parent
1c5d410373
commit
a4c2138e74
7 changed files with 15 additions and 15 deletions
|
@ -24,7 +24,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#include "window/window_controller.h"
|
||||
#include "ui/widgets/scroll_area.h"
|
||||
#include "lang/lang_keys.h"
|
||||
#include "info/info_profile_widget.h"
|
||||
#include "info/profile/info_profile_widget.h"
|
||||
#include "info/info_media_widget.h"
|
||||
#include "info/info_common_groups_widget.h"
|
||||
#include "info/info_layer_wrap.h"
|
||||
|
|
|
@ -22,7 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
|
||||
#include <rpl/flatten_latest.h>
|
||||
#include <rpl/filter.h>
|
||||
#include "info/info_profile_widget.h"
|
||||
#include "info/profile/info_profile_widget.h"
|
||||
#include "info/info_media_widget.h"
|
||||
#include "info/info_memento.h"
|
||||
#include "info/info_top_bar.h"
|
||||
|
|
|
@ -21,7 +21,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#include "info/info_side_wrap.h"
|
||||
|
||||
#include <rpl/flatten_latest.h>
|
||||
#include "info/info_profile_widget.h"
|
||||
#include "info/profile/info_profile_widget.h"
|
||||
#include "info/info_media_widget.h"
|
||||
#include "info/info_memento.h"
|
||||
#include "ui/widgets/discrete_sliders.h"
|
||||
|
|
|
@ -18,7 +18,7 @@ to link the code of portions of this program with the OpenSSL library.
|
|||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "info/info_profile_inner_widget.h"
|
||||
#include "info/profile/info_profile_inner_widget.h"
|
||||
|
||||
#include <rpl/combine.h>
|
||||
#include <rpl/range.h>
|
||||
|
@ -26,8 +26,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#include "boxes/abstract_box.h"
|
||||
#include "boxes/add_contact_box.h"
|
||||
#include "mainwidget.h"
|
||||
#include "info/info_profile_widget.h"
|
||||
#include "info/info_profile_lines.h"
|
||||
#include "info/profile/info_profile_widget.h"
|
||||
#include "info/profile/info_profile_lines.h"
|
||||
#include "window/window_controller.h"
|
||||
#include "storage/storage_shared_media.h"
|
||||
#include "lang/lang_keys.h"
|
||||
|
|
|
@ -18,7 +18,7 @@ to link the code of portions of this program with the OpenSSL library.
|
|||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "info/info_profile_lines.h"
|
||||
#include "info/profile/info_profile_lines.h"
|
||||
|
||||
#include <rpl/filter.h>
|
||||
#include <rpl/never.h>
|
||||
|
|
|
@ -18,9 +18,9 @@ to link the code of portions of this program with the OpenSSL library.
|
|||
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
||||
Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "info/info_profile_widget.h"
|
||||
#include "info/profile/info_profile_widget.h"
|
||||
|
||||
#include "info/info_profile_inner_widget.h"
|
||||
#include "info/profile/info_profile_inner_widget.h"
|
||||
#include "ui/widgets/scroll_area.h"
|
||||
|
||||
namespace Info {
|
||||
|
|
|
@ -207,16 +207,16 @@
|
|||
<(src_loc)/info/info_memento.h
|
||||
<(src_loc)/info/info_narrow_wrap.cpp
|
||||
<(src_loc)/info/info_narrow_wrap.h
|
||||
<(src_loc)/info/info_profile_inner_widget.cpp
|
||||
<(src_loc)/info/info_profile_inner_widget.h
|
||||
<(src_loc)/info/info_profile_lines.cpp
|
||||
<(src_loc)/info/info_profile_lines.h
|
||||
<(src_loc)/info/info_profile_widget.cpp
|
||||
<(src_loc)/info/info_profile_widget.h
|
||||
<(src_loc)/info/info_side_wrap.cpp
|
||||
<(src_loc)/info/info_side_wrap.h
|
||||
<(src_loc)/info/info_top_bar.cpp
|
||||
<(src_loc)/info/info_top_bar.h
|
||||
<(src_loc)/info/profile/info_profile_inner_widget.cpp
|
||||
<(src_loc)/info/profile/info_profile_inner_widget.h
|
||||
<(src_loc)/info/profile/info_profile_lines.cpp
|
||||
<(src_loc)/info/profile/info_profile_lines.h
|
||||
<(src_loc)/info/profile/info_profile_widget.cpp
|
||||
<(src_loc)/info/profile/info_profile_widget.h
|
||||
<(src_loc)/inline_bots/inline_bot_layout_internal.cpp
|
||||
<(src_loc)/inline_bots/inline_bot_layout_internal.h
|
||||
<(src_loc)/inline_bots/inline_bot_layout_item.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue