summaryrefslogtreecommitdiff
path: root/rockworkd/libpebble/calendarevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'rockworkd/libpebble/calendarevent.h')
-rw-r--r--rockworkd/libpebble/calendarevent.h4
1 files changed, 4 insertions, 0 deletions
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