summaryrefslogtreecommitdiff
path: root/src/notifications/notifier_null.cpp
blob: 90571dd9fea337a38ef17aa277b00fbeb3761abb (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) {}