diff options
author | Minijackson <minijackson@riseup.net> | 2018-05-14 10:52:09 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-05-14 12:01:44 +0200 |
commit | ce9cba93557f7fc985c9f3b8957840c28c438cfe (patch) | |
tree | dafcd2f8150305499cb86f645004dcd78ee7e320 /common/domain/applicationdomaintype.cpp | |
parent | d135fa0387672c10bad70b44867470affe1a3232 (diff) | |
download | sink-calendar/daylongevents.tar.gz sink-calendar/daylongevents.zip |
Add the "allDay" property to Eventcalendar/daylongevents
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index b1469e1..6e22168 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -129,6 +129,7 @@ SINK_REGISTER_PROPERTY(Event, Summary); | |||
129 | SINK_REGISTER_PROPERTY(Event, Description); | 129 | SINK_REGISTER_PROPERTY(Event, Description); |
130 | SINK_REGISTER_PROPERTY(Event, StartTime); | 130 | SINK_REGISTER_PROPERTY(Event, StartTime); |
131 | SINK_REGISTER_PROPERTY(Event, EndTime); | 131 | SINK_REGISTER_PROPERTY(Event, EndTime); |
132 | SINK_REGISTER_PROPERTY(Event, AllDay); | ||
132 | SINK_REGISTER_PROPERTY(Event, Ical); | 133 | SINK_REGISTER_PROPERTY(Event, Ical); |
133 | SINK_REGISTER_PROPERTY(Event, Calendar); | 134 | SINK_REGISTER_PROPERTY(Event, Calendar); |
134 | 135 | ||