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