From f84d3bdb7006eee351942a31d033ca0d62f3292a Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 7 Dec 2014 20:52:50 -0600 Subject: disable one-time alarms after their notifications are shown. --- include/datetime/engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/datetime/engine.h') diff --git a/include/datetime/engine.h b/include/datetime/engine.h index 56e9343..59468d1 100644 --- a/include/datetime/engine.h +++ b/include/datetime/engine.h @@ -50,6 +50,7 @@ public: const DateTime& end, const Timezone& default_timezone, std::function&)> appointment_func) =0; + virtual void disable_ubuntu_alarm(const Appointment&) =0; virtual core::Signal<>& changed() =0; -- cgit v1.2.3