mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 16:13:56 +02:00
Fix build on macOS.
This commit is contained in:
parent
50c07bfc98
commit
274779c1c8
1 changed files with 0 additions and 16 deletions
|
@ -62,22 +62,6 @@ public:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class TypeDelegate final : public PeerListContentDelegate {
|
|
||||||
public:
|
|
||||||
void peerListSetTitle(rpl::producer<QString> title) override;
|
|
||||||
void peerListSetAdditionalTitle(rpl::producer<QString> title) override;
|
|
||||||
bool peerListIsRowChecked(not_null<PeerListRow*> row) override;
|
|
||||||
int peerListSelectedRowsCount() override;
|
|
||||||
void peerListScrollToTop() override;
|
|
||||||
void peerListAddSelectedPeerInBunch(
|
|
||||||
not_null<PeerData*> peer) override;
|
|
||||||
void peerListAddSelectedRowInBunch(not_null<PeerListRow*> row) override;
|
|
||||||
void peerListFinishSelectedRowsBunch() override;
|
|
||||||
void peerListSetDescription(
|
|
||||||
object_ptr<Ui::FlatLabel> description) override;
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
class TypeController final : public PeerListController {
|
class TypeController final : public PeerListController {
|
||||||
public:
|
public:
|
||||||
TypeController(
|
TypeController(
|
||||||
|
|
Loading…
Add table
Reference in a new issue