mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Version 2.7.4: Fix build for macOS.
This commit is contained in:
parent
1d089366ff
commit
9c9fc9e881
2 changed files with 6 additions and 6 deletions
|
@ -311,13 +311,13 @@ protected:
|
|||
}
|
||||
void doClearFromSession(not_null<Main::Session*> session) override {
|
||||
}
|
||||
bool doSkipAudio() const {
|
||||
bool doSkipAudio() const override {
|
||||
return false;
|
||||
}
|
||||
bool doSkipToast() const {
|
||||
bool doSkipToast() const override {
|
||||
return false;
|
||||
}
|
||||
bool doSkipFlashBounce() const {
|
||||
bool doSkipFlashBounce() const override {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -76,9 +76,9 @@ private:
|
|||
void doClearFromHistory(not_null<History*> history) override;
|
||||
void doClearFromSession(not_null<Main::Session*> session) override;
|
||||
void doClearFromItem(not_null<HistoryItem*> item) override;
|
||||
bool doSkipAudio() const;
|
||||
bool doSkipToast() const;
|
||||
bool doSkipFlashBounce() const;
|
||||
bool doSkipAudio() const override;
|
||||
bool doSkipToast() const override;
|
||||
bool doSkipFlashBounce() const override;
|
||||
|
||||
void showNextFromQueue();
|
||||
void unlinkFromShown(Notification *remove);
|
||||
|
|
Loading…
Add table
Reference in a new issue