summary refs log tree commit diff
path: root/src/notifications/ManagerLinux.cpp
blob: a913128ef415fe769b46e7710da961869be46f21 (plain) (blame)
1
2
3
4
5
6
7
#include "notifications/Manager.h"

void
NotificationsManager::postNotification(const QString &, const QString &, const QString &)
{
        // TODO: To be implemented
}