mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix build for macOS.
This commit is contained in:
parent
b40f6577a6
commit
0c03070109
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public:
|
||||||
void refreshViewer() override;
|
void refreshViewer() override;
|
||||||
rpl::producer<> refreshed() override;
|
rpl::producer<> refreshed() override;
|
||||||
|
|
||||||
void setSearchQuery(QString query);
|
void setSearchQuery(QString query) override;
|
||||||
|
|
||||||
std::vector<Media::ListSection> fillSections(
|
std::vector<Media::ListSection> fillSections(
|
||||||
not_null<Overview::Layout::Delegate*> delegate) override;
|
not_null<Overview::Layout::Delegate*> delegate) override;
|
||||||
|
|
Loading…
Add table
Reference in a new issue