mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 16:58:07 +00:00
NB Broken! Started notification manager abstraction.
This commit is contained in:
@@ -663,13 +663,13 @@ void MainWindow::psUpdateMargins() {
|
||||
void MainWindow::psFlash() {
|
||||
}
|
||||
|
||||
void MainWindow::psActivateNotify(NotifyWindow *w) {
|
||||
void MainWindow::psActivateNotify(Window::Notifications::Widget *w) {
|
||||
}
|
||||
|
||||
void MainWindow::psClearNotifies(PeerId peerId) {
|
||||
}
|
||||
|
||||
void MainWindow::psNotifyShown(NotifyWindow *w) {
|
||||
void MainWindow::psNotifyShown(Window::Notifications::Widget *w) {
|
||||
}
|
||||
|
||||
void MainWindow::psPlatformNotify(HistoryItem *item, int32 fwdCount) {
|
||||
|
||||
Reference in New Issue
Block a user