2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Provided Window::SessionController to ShareGameScoreByHash.

This commit is contained in:
23rd
2022-02-23 09:59:51 +03:00
committed by John Preston
parent ca7f4ffed9
commit c0ae4b86a6
3 changed files with 38 additions and 21 deletions

View File

@@ -26,6 +26,7 @@ enum class Type;
} // namespace SendMenu
namespace Window {
class SessionController;
class SessionNavigation;
} // namespace Window
@@ -60,7 +61,7 @@ QString AppendShareGameScoreUrl(
const QString &url,
const FullMsgId &fullId);
void ShareGameScoreByHash(
not_null<Main::Session*> session,
not_null<Window::SessionController*> controller,
const QString &hash);
class ShareBox final : public Ui::BoxContent {