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

Moved code for send context menu to namespace.

This commit is contained in:
23rd
2020-08-10 15:22:54 +03:00
committed by John Preston
parent af9440db38
commit 14cda49db2
22 changed files with 119 additions and 93 deletions

View File

@@ -85,7 +85,7 @@ public:
void fillContextMenu(
not_null<Ui::PopupMenu*> menu,
SendMenuType type) override;
SendMenu::Type type) override;
~StickersListWidget();