summary refs log tree commit diff
path: root/src/notifications/ManagerWin.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-05 22:40:24 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-05 22:40:24 +0300
commit506cf680728bd7f9124354be8ec6112d973fdac6 (patch)
tree1ebe25b2e2bb019e26a8b039e79646567e8c363e /src/notifications/ManagerWin.cpp
parentAdd support for retrieving the notification events (#33) (diff)
downloadnheko-506cf680728bd7f9124354be8ec6112d973fdac6.tar.xz
Implement desktop notification for mac
Diffstat (limited to 'src/notifications/ManagerWin.cpp')
-rw-r--r--src/notifications/ManagerWin.cpp7
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
+}