main_app_config_values.h 433 B

123456789101112131415161718
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. namespace Main {
  9. class Session;
  10. } // namespace Main
  11. namespace AppConfig {
  12. [[nodiscard]] std::optional<QString> FragmentLink(not_null<Main::Session*>);
  13. } // namespace AppConfig