#include "notifier.hpp" Notifier::Notifier() {} Notifier::~Notifier() {} void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action) {}