From 8f014f0915c7bdc97573f953aa9a3ae25a5f953a Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 18 Feb 2016 09:11:16 +0100 Subject: Rockwork 1.0 --- rockworkd/libpebble/calendarevent.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rockworkd/libpebble/calendarevent.h') diff --git a/rockworkd/libpebble/calendarevent.h b/rockworkd/libpebble/calendarevent.h index 5361a48..30ce49f 100644 --- a/rockworkd/libpebble/calendarevent.h +++ b/rockworkd/libpebble/calendarevent.h @@ -46,6 +46,9 @@ public: bool recurring() const; void setRecurring(bool recurring); + bool isAllDay() const; + void setIsAllDay(bool isAllDay); + bool operator==(const CalendarEvent &other) const; void saveToCache(const QString &cachePath) const; @@ -64,6 +67,7 @@ private: QString m_comment; QStringList m_guests; bool m_recurring = false; + bool m_isAllDay = false; }; #endif // CALENDAREVENT_H -- cgit v1.2.3