Files
abaddon/src/notifications/notifier_null.cpp
2023-03-16 21:15:56 -04:00

10 lines
301 B
C++

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