mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-10 08:51:12 +00:00
Rename core_ui_integration to ui_integration.
This commit is contained in:
parent
f677b116f9
commit
2d3f683003
@ -19,7 +19,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "core/sandbox.h"
|
||||
#include "core/local_url_handlers.h"
|
||||
#include "core/launcher.h"
|
||||
#include "core/core_ui_integration.h"
|
||||
#include "core/ui_integration.h"
|
||||
#include "chat_helpers/emoji_keywords.h"
|
||||
#include "storage/localstorage.h"
|
||||
#include "platform/platform_specific.h"
|
||||
|
@ -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 "core/core_ui_integration.h"
|
||||
#include "core/ui_integration.h"
|
||||
|
||||
#include "core/local_url_handlers.h"
|
||||
#include "core/file_utilities.h"
|
@ -7,7 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "ui/ui_integration.h"
|
||||
#include "ui/integration.h"
|
||||
|
||||
namespace Core {
|
||||
|
@ -144,8 +144,6 @@
|
||||
<(src_loc)/core/core_cloud_password.h
|
||||
<(src_loc)/core/core_settings.cpp
|
||||
<(src_loc)/core/core_settings.h
|
||||
<(src_loc)/core/core_ui_integration.cpp
|
||||
<(src_loc)/core/core_ui_integration.h
|
||||
<(src_loc)/core/crash_report_window.cpp
|
||||
<(src_loc)/core/crash_report_window.h
|
||||
<(src_loc)/core/crash_reports.cpp
|
||||
@ -163,6 +161,8 @@
|
||||
<(src_loc)/core/sandbox.h
|
||||
<(src_loc)/core/shortcuts.cpp
|
||||
<(src_loc)/core/shortcuts.h
|
||||
<(src_loc)/core/ui_integration.cpp
|
||||
<(src_loc)/core/ui_integration.h
|
||||
<(src_loc)/core/update_checker.cpp
|
||||
<(src_loc)/core/update_checker.h
|
||||
<(src_loc)/core/utils.cpp
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 5b7ca43baf8c5ff3b1a65a09a458c599ac03e68d
|
||||
Subproject commit 34b05c25fc5e0642506fc59f3d791973632d4248
|
Loading…
Reference in New Issue
Block a user