diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2015-04-06 23:35:42 +0000 |
|---|---|---|
| committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-04-06 23:35:42 +0000 |
| commit | 227aa820086c19279743d502fd5e78cf17144b24 (patch) | |
| tree | 9465713567b8af9f8f9762450bb43ae5a39a7fb8 /include/datetime/wakeup-timer.h | |
| parent | 9f48c6479a17771597544adc36eac968b9b5c027 (diff) | |
| parent | 10c574cc26a4a55d63eed7f3b846efb4d766dd6b (diff) | |
| download | ayatana-indicator-datetime-227aa820086c19279743d502fd5e78cf17144b24.tar.gz ayatana-indicator-datetime-227aa820086c19279743d502fd5e78cf17144b24.tar.bz2 ayatana-indicator-datetime-227aa820086c19279743d502fd5e78cf17144b24.zip | |
Improve valarm support to honor calendar events' valarm triggers. Fixes: #1419001
Approved by: Ted Gould, PS Jenkins bot
Diffstat (limited to 'include/datetime/wakeup-timer.h')
| -rw-r--r-- | include/datetime/wakeup-timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/wakeup-timer.h b/include/datetime/wakeup-timer.h index 0a9923c..3e5344c 100644 --- a/include/datetime/wakeup-timer.h +++ b/include/datetime/wakeup-timer.h @@ -41,7 +41,7 @@ public: WakeupTimer() =default; virtual ~WakeupTimer() =default; virtual void set_wakeup_time (const DateTime&) =0; - virtual core::Signal<>& timeout() = 0; + virtual core::Signal<>& timeout() =0; }; /*** |
