mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use layers and boxes from lib_ui.
This commit is contained in:
@@ -7,11 +7,11 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
class GenericBox;
|
||||
class History;
|
||||
|
||||
namespace Ui {
|
||||
class RpWidget;
|
||||
class GenericBox;
|
||||
} // namespace Ui
|
||||
|
||||
namespace Data {
|
||||
@@ -60,7 +60,7 @@ void PeerMenuAddChannelMembers(
|
||||
//void PeerMenuUngroupFeed(not_null<Data::Feed*> feed); // #feed
|
||||
void PeerMenuCreatePoll(not_null<PeerData*> peer);
|
||||
void PeerMenuBlockUserBox(
|
||||
not_null<GenericBox*> box,
|
||||
not_null<Ui::GenericBox*> box,
|
||||
not_null<Window::Controller*> window,
|
||||
not_null<UserData*> user,
|
||||
bool suggestClearChat);
|
||||
|
Reference in New Issue
Block a user