Implement desktop notification for mac
This commit is contained in:
parent
ed9501023a
commit
506cf68072
8 changed files with 107 additions and 7 deletions
7
src/notifications/ManagerLinux.cpp
Normal file
7
src/notifications/ManagerLinux.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include "notifications/Manager.h"
|
||||
|
||||
void
|
||||
NotificationsManager::postNotification(const QString &, const QString &, const QString &)
|
||||
{
|
||||
// TODO: To be implemented
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue