2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added initial ability to show content in OverlayWidget from Controller.

This commit is contained in:
23rd
2021-06-14 09:33:54 +03:00
committed by John Preston
parent b422ec025e
commit 0e89c93993
9 changed files with 138 additions and 0 deletions

View File

@@ -347,6 +347,10 @@ public:
void showPassportForm(const Passport::FormRequest &request);
void clearPassportForm();
void openPhoto(not_null<PhotoData*> photo, FullMsgId contextId);
void openPhoto(not_null<PhotoData*> photo, not_null<PeerData*> peer);
void openDocument(not_null<DocumentData*> document, FullMsgId contextId);
void showChooseReportMessages(
not_null<PeerData*> peer,
Ui::ReportReason reason,