diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-09 23:28:10 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-09 23:28:10 -0500 |
commit | e06e574206990c5d0a57d526214f9bf482120412 (patch) | |
tree | 6d77ef3b479152b761a8607abeaf2abfd33e197b /src/notifications/notifier.hpp | |
parent | 816f1a01ecc3155ad410d1ff34510b558e2d8cbf (diff) | |
download | abaddon-portaudio-e06e574206990c5d0a57d526214f9bf482120412.tar.gz abaddon-portaudio-e06e574206990c5d0a57d526214f9bf482120412.zip |
add user avatars to notifications
Diffstat (limited to 'src/notifications/notifier.hpp')
-rw-r--r-- | src/notifications/notifier.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp index 9007dc8..869b918 100644 --- a/src/notifications/notifier.hpp +++ b/src/notifications/notifier.hpp @@ -11,7 +11,7 @@ public: Notifier(); ~Notifier(); - void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action); + void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path); private: #ifdef WITH_MINIAUDIO |