mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 00:39:55 +00:00
b0ddca72ae
Move Blocked class to anonymous namespace in .cpp, export only Type BlockedPeersId() in header. Remove extern SectionBuildMethod from header. Update references in privacy_security and deep_links. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
442 B
C++
21 lines
442 B
C++
/*
|
|
This file is part of Telegram Desktop,
|
|
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
|
|
*/
|
|
#pragma once
|
|
|
|
#include "settings/settings_type.h"
|
|
|
|
namespace Window {
|
|
class SessionController;
|
|
} // namespace Window
|
|
|
|
namespace Settings {
|
|
|
|
[[nodiscard]] Type BlockedPeersId();
|
|
|
|
} // namespace Settings
|