mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 00:25:43 +00:00
fixed mac build?
This commit is contained in:
parent
e5f855ce07
commit
2e2ecbd58e
@ -28,12 +28,12 @@ class OSXNotificationCenter : public Snore::SnoreBackend
|
||||
Q_PLUGIN_METADATA(IID "org.Snore.NotificationBackend/1.0" FILE "plugin.json")
|
||||
|
||||
public:
|
||||
OSXNotificationCenter();
|
||||
~OSXNotificationCenter();
|
||||
virtual bool initialize() override;
|
||||
OSXNotificationCenter() = default;
|
||||
~OSXNotificationCenter() = default;
|
||||
bool initialize() override;
|
||||
|
||||
public slots:
|
||||
virtual void slotNotify(Snore::Notification notification) override;
|
||||
void slotNotify(Snore::Notification notification) override;
|
||||
};
|
||||
|
||||
#endif // OSXNOTIFICATIONCENTER_H
|
||||
|
@ -19,13 +19,6 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
OSXNotificationCenter::OSXNotificationCenter() : SnoreBackend("OSX Notification Center", false, false, false)
|
||||
{
|
||||
}
|
||||
|
||||
OSXNotificationCenter::~OSXNotificationCenter()
|
||||
{
|
||||
}
|
||||
|
||||
bool OSXNotificationCenter::initialize()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user