diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-05 14:12:14 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-09-05 14:12:14 +0000 |
commit | 7affbfb591fe0d5b68bdf5023eae2aba5e727dd2 (patch) | |
tree | 55976fcc4f23debe01bb18ef9a9f2a8260f756b8 /include/datetime/snap.h | |
parent | d006b8d390004e03c2cd27d67c80f4fb767f35d5 (diff) | |
parent | 593c16de05fe3806edeeb3bc105ce63b71b8b545 (diff) | |
download | ayatana-indicator-datetime-7affbfb591fe0d5b68bdf5023eae2aba5e727dd2.tar.gz ayatana-indicator-datetime-7affbfb591fe0d5b68bdf5023eae2aba5e727dd2.tar.bz2 ayatana-indicator-datetime-7affbfb591fe0d5b68bdf5023eae2aba5e727dd2.zip |
Add the snooze feature Fixes: 1354400
Approved by: Jussi Pakkanen, PS Jenkins bot
Diffstat (limited to 'include/datetime/snap.h')
-rw-r--r-- | include/datetime/snap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/datetime/snap.h b/include/datetime/snap.h index ef5c868..572158d 100644 --- a/include/datetime/snap.h +++ b/include/datetime/snap.h @@ -44,8 +44,8 @@ public: typedef std::function<void(const Appointment&)> appointment_func; void operator()(const Appointment& appointment, - appointment_func show, - appointment_func dismiss); + appointment_func snooze, + appointment_func ok); private: class Impl; |