diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/notifications/notifier_null.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/notifications/notifier_null.cpp b/src/notifications/notifier_null.cpp new file mode 100644 index 0000000..98a7e16 --- /dev/null +++ b/src/notifications/notifier_null.cpp @@ -0,0 +1,5 @@ +#include "notifier.hpp" + +Notifier::Notifier() {} + +void Notifier::Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action) {} |