aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/engine.h')
-rw-r--r--include/datetime/engine.h1
1 files changed, 1 insertions, 0 deletions
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<void(const std::vector<Appointment>&)> appointment_func) =0;
+ virtual void disable_ubuntu_alarm(const Appointment&) =0;
virtual core::Signal<>& changed() =0;