Implement desktop notification for mac

This commit is contained in:
Konstantinos Sideris 2018-05-05 22:40:24 +03:00
parent ed9501023a
commit 506cf68072
8 changed files with 107 additions and 7 deletions

View file

@ -0,0 +1,7 @@
#include "notifications/Manager.h"
void
NotificationsManager::postNotification(const QString &, const QString &, const QString &)
{
// TODO: To be implemented
}