mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 21:27:07 +02:00
fix: refactor
This commit is contained in:
parent
e22b86a2f5
commit
75fcad8f55
5 changed files with 4 additions and 4 deletions
|
@ -108,10 +108,10 @@ PRIVATE
|
|||
ayu/ui/settings/settings_ayu.h
|
||||
ayu/ui/context_menu/context_menu.cpp
|
||||
ayu/ui/context_menu/context_menu.h
|
||||
ayu/ui/context_menu/message_history_box.cpp
|
||||
ayu/ui/context_menu/message_history_box.h
|
||||
ayu/ui/boxes/voice_confirmation_box.cpp
|
||||
ayu/ui/boxes/voice_confirmation_box.h
|
||||
ayu/ui/boxes/message_history_box.cpp
|
||||
ayu/ui/boxes/message_history_box.h
|
||||
ayu/ui/boxes/confirmation_box.cpp
|
||||
ayu/ui/boxes/confirmation_box.h
|
||||
ayu/ui/boxes/edit_deleted_mark.cpp
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
|
||||
#include "context_menu.h"
|
||||
#include "lang_auto.h"
|
||||
#include "message_history_box.h"
|
||||
#include "ayu/ayu_state.h"
|
||||
#include "ayu/database/ayu_database.h"
|
||||
#include "ayu/messages/ayu_messages_controller.h"
|
||||
#include "ayu/ui/boxes/message_history_box.h"
|
||||
|
||||
#include "history/history_inner_widget.h"
|
||||
#include "settings/settings_common.h"
|
||||
|
|
|
@ -77,7 +77,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "ayu/ayu_settings.h"
|
||||
#include "ayu/database/ayu_database.h"
|
||||
#include "ayu/messages/ayu_messages_controller.h"
|
||||
#include "ayu/ui/context_menu/message_history_box.h"
|
||||
#include "ayu/ui/boxes/message_history_box.h"
|
||||
|
||||
namespace HistoryView {
|
||||
namespace {
|
||||
|
|
Loading…
Add table
Reference in a new issue