mirror of https://github.com/procxx/kepka.git
Move common_groups info module.
This commit is contained in:
parent
39c5898fa4
commit
a6361d6221
|
@ -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_common_groups_inner_widget.h"
|
||||
#include "info/common_groups/info_common_groups_inner_widget.h"
|
||||
|
||||
#include "info/info_common_groups_widget.h"
|
||||
#include "info/common_groups/info_common_groups_widget.h"
|
||||
#include "info/info_controller.h"
|
||||
#include "lang/lang_keys.h"
|
||||
#include "styles/style_info.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_common_groups_widget.h"
|
||||
#include "info/common_groups/info_common_groups_widget.h"
|
||||
|
||||
#include "info/info_common_groups_inner_widget.h"
|
||||
#include "info/common_groups/info_common_groups_inner_widget.h"
|
||||
#include "info/info_controller.h"
|
||||
#include "ui/widgets/scroll_area.h"
|
||||
|
|
@ -28,7 +28,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
#include "lang/lang_keys.h"
|
||||
#include "info/profile/info_profile_widget.h"
|
||||
#include "info/media/info_media_widget.h"
|
||||
#include "info/info_common_groups_widget.h"
|
||||
#include "info/common_groups/info_common_groups_widget.h"
|
||||
#include "info/info_layer_widget.h"
|
||||
#include "info/info_section_widget.h"
|
||||
#include "info/info_controller.h"
|
||||
|
|
|
@ -22,7 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
|||
|
||||
#include "info/profile/info_profile_widget.h"
|
||||
#include "info/media/info_media_widget.h"
|
||||
#include "info/info_common_groups_widget.h"
|
||||
#include "info/common_groups/info_common_groups_widget.h"
|
||||
#include "info/info_section_widget.h"
|
||||
#include "info/info_layer_widget.h"
|
||||
#include "info/info_controller.h"
|
||||
|
|
|
@ -213,10 +213,6 @@
|
|||
<(src_loc)/history/history_user_photos.h
|
||||
<(src_loc)/history/history_widget.cpp
|
||||
<(src_loc)/history/history_widget.h
|
||||
<(src_loc)/info/info_common_groups_inner_widget.cpp
|
||||
<(src_loc)/info/info_common_groups_inner_widget.h
|
||||
<(src_loc)/info/info_common_groups_widget.cpp
|
||||
<(src_loc)/info/info_common_groups_widget.h
|
||||
<(src_loc)/info/info_content_widget.cpp
|
||||
<(src_loc)/info/info_content_widget.h
|
||||
<(src_loc)/info/info_controller.cpp
|
||||
|
@ -233,6 +229,10 @@
|
|||
<(src_loc)/info/info_top_bar_override.h
|
||||
<(src_loc)/info/info_wrap_widget.cpp
|
||||
<(src_loc)/info/info_wrap_widget.h
|
||||
<(src_loc)/info/common_groups/info_common_groups_inner_widget.cpp
|
||||
<(src_loc)/info/common_groups/info_common_groups_inner_widget.h
|
||||
<(src_loc)/info/common_groups/info_common_groups_widget.cpp
|
||||
<(src_loc)/info/common_groups/info_common_groups_widget.h
|
||||
<(src_loc)/info/media/info_media_buttons.h
|
||||
<(src_loc)/info/media/info_media_inner_widget.cpp
|
||||
<(src_loc)/info/media/info_media_inner_widget.h
|
||||
|
|
Loading…
Reference in New Issue