mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
10 lines
301 B
C++
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) {}
|