From ca5f343ac1067eb34b524572c3f4ca609abbce1b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 28 Feb 2023 23:04:40 -0500 Subject: add null implementation for non-gio notifier --- src/notifications/notifier_null.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/notifications/notifier_null.cpp (limited to 'src') 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) {} -- cgit v1.2.3