summary refs log tree commit diff
path: root/src/notifications/ManagerMac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications/ManagerMac.cpp')
-rw-r--r--src/notifications/ManagerMac.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/notifications/ManagerMac.cpp b/src/notifications/ManagerMac.cpp
new file mode 100644

index 00000000..41aea0d1 --- /dev/null +++ b/src/notifications/ManagerMac.cpp
@@ -0,0 +1,11 @@ +#include "Manager.h" + +#include <QTextDocumentFragment> + +#include "Utils.h" + +QString +NotificationsManager::formatNotification(const QString &text) +{ + return utils::markdownToHtml(text); +}