diff options
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 97bf9f2..bb4bf78 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -145,6 +145,7 @@ SINK_REGISTER_PROPERTY(Event, Description); | |||
145 | SINK_REGISTER_PROPERTY(Event, StartTime); | 145 | SINK_REGISTER_PROPERTY(Event, StartTime); |
146 | SINK_REGISTER_PROPERTY(Event, EndTime); | 146 | SINK_REGISTER_PROPERTY(Event, EndTime); |
147 | SINK_REGISTER_PROPERTY(Event, AllDay); | 147 | SINK_REGISTER_PROPERTY(Event, AllDay); |
148 | SINK_REGISTER_PROPERTY(Event, Recurring); | ||
148 | SINK_REGISTER_PROPERTY(Event, Ical); | 149 | SINK_REGISTER_PROPERTY(Event, Ical); |
149 | SINK_REGISTER_PROPERTY(Event, Calendar); | 150 | SINK_REGISTER_PROPERTY(Event, Calendar); |
150 | 151 | ||