peer_qr_box.h 462 B

12345678910111213141516171819202122
  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. class PeerData;
  9. namespace Ui {
  10. class GenericBox;
  11. void FillPeerQrBox(
  12. not_null<Ui::GenericBox*> box,
  13. PeerData *peer,
  14. std::optional<QString> customLink,
  15. rpl::producer<QString> about);
  16. } // namespace Ui