summaryrefslogtreecommitdiff
path: root/src/notifications/notifier_null.cpp
blob: 356d04d60747a4227344f02eebcb1dd2b114faf9 (plain)
1
2
3
4
5
6
7
#include "notifier.hpp"

Notifier::Notifier() {}

Notifier::~Notifier() {}

void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path) {}