mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-26 00:09:06 +00:00
make osx backend work?
This commit is contained in:
parent
f67d4a5201
commit
52bb577885
@ -32,8 +32,10 @@ public:
|
|||||||
~OSXNotificationCenter();
|
~OSXNotificationCenter();
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void slotInitialize() override;
|
|
||||||
void slotNotify(Snore::Notification notification) override;
|
void slotNotify(Snore::Notification notification) override;
|
||||||
|
|
||||||
|
private Q_SLOTS:
|
||||||
|
void load() override;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // OSXNOTIFICATIONCENTER_H
|
#endif // OSXNOTIFICATIONCENTER_H
|
||||||
|
@ -107,3 +107,9 @@ void OSXNotificationCenter::slotNotify(Snore::Notification notification)
|
|||||||
slotNotificationDisplayed(notification);
|
slotNotificationDisplayed(notification);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void OSXNotificationCenter::load()
|
||||||
|
{
|
||||||
|
emit loadedStateChanged(true);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user