summary refs log tree commit diff
path: root/src/notifications/ManagerWin.cpp
diff options
context:
space:
mode:
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 +}