diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-05 22:40:24 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-05 22:40:24 +0300 |
commit | 506cf680728bd7f9124354be8ec6112d973fdac6 (patch) | |
tree | 1ebe25b2e2bb019e26a8b039e79646567e8c363e /src/notifications/ManagerWin.cpp | |
parent | Add support for retrieving the notification events (#33) (diff) | |
download | nheko-506cf680728bd7f9124354be8ec6112d973fdac6.tar.xz |
Implement desktop notification for mac
Diffstat (limited to 'src/notifications/ManagerWin.cpp')
-rw-r--r-- | src/notifications/ManagerWin.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/notifications/ManagerWin.cpp b/src/notifications/ManagerWin.cpp new file mode 100644 index 00000000..a913128e --- /dev/null +++ b/src/notifications/ManagerWin.cpp @@ -0,0 +1,7 @@ +#include "notifications/Manager.h" + +void +NotificationsManager::postNotification(const QString &, const QString &, const QString &) +{ + // TODO: To be implemented +} |