aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/engine.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-28 08:20:13 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-28 08:20:13 +0200
commit97cc3bfbcba9cbbf612f4c7e04b974816adae3e2 (patch)
treed35fc8583d82f4825a5da9fd0ebc4a7dc9e6bb70 /include/datetime/engine.h
parent2a52d61b410b9d294c479ad53a06fb6f830b9605 (diff)
parent0492e95dbf6a1f6285a4701379adb6b7d8553d6b (diff)
downloadayatana-indicator-datetime-97cc3bfbcba9cbbf612f4c7e04b974816adae3e2.tar.gz
ayatana-indicator-datetime-97cc3bfbcba9cbbf612f4c7e04b974816adae3e2.tar.bz2
ayatana-indicator-datetime-97cc3bfbcba9cbbf612f4c7e04b974816adae3e2.zip
Merge branch 'tari01-pr/ubuntu-alarm'
Attributes GH PR #64: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/64
Diffstat (limited to 'include/datetime/engine.h')
-rw-r--r--include/datetime/engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/datetime/engine.h b/include/datetime/engine.h
index 91145fa..efbfcbf 100644
--- a/include/datetime/engine.h
+++ b/include/datetime/engine.h
@@ -1,5 +1,6 @@
/*
* Copyright 2014 Canonical Ltd.
+ * Copyright 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -15,6 +16,7 @@
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
#ifndef INDICATOR_DATETIME_ENGINE_H
@@ -50,7 +52,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 void disable_alarm(const Appointment&) =0;
virtual core::Signal<>& changed() =0;