2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Provided Window::SessionController to FastShareMessage.

This commit is contained in:
23rd
2022-02-23 10:37:59 +03:00
parent b9f6591734
commit 63b5eb66ff
3 changed files with 59 additions and 48 deletions

View File

@@ -62,7 +62,9 @@ QString AppendShareGameScoreUrl(
void ShareGameScoreByHash(
not_null<Window::SessionController*> controller,
const QString &hash);
void FastShareMessage(not_null<HistoryItem*> item);
void FastShareMessage(
not_null<Window::SessionController*> controller,
not_null<HistoryItem*> item);
class ShareBox final : public Ui::BoxContent {
public: