mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-26 07:22:12 +00:00
4199bba706
- Move Shortcuts class to anonymous namespace in .cpp - Export only Type ShortcutsId() from header - Use custom buildMethod with HighlightRegistry for reset button - Update settings_chat.cpp to use ShortcutsId() instead of Shortcuts::Id() Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
21 lines
439 B
C++
21 lines
439 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 ShortcutsId();
|
|
|
|
} // namespace Settings
|