summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r--common/domain/applicationdomaintype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index 7f214ba..ac15c27 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -405,6 +405,7 @@ struct SINK_EXPORT Event : public Entity {
405 SINK_EXTRACTED_PROPERTY(QDateTime, StartTime, startTime); 405 SINK_EXTRACTED_PROPERTY(QDateTime, StartTime, startTime);
406 SINK_EXTRACTED_PROPERTY(QDateTime, EndTime, endTime); 406 SINK_EXTRACTED_PROPERTY(QDateTime, EndTime, endTime);
407 SINK_EXTRACTED_PROPERTY(bool, AllDay, allDay); 407 SINK_EXTRACTED_PROPERTY(bool, AllDay, allDay);
408 SINK_EXTRACTED_PROPERTY(bool, Recurring, recurring);
408 SINK_PROPERTY(QByteArray, Ical, ical); 409 SINK_PROPERTY(QByteArray, Ical, ical);
409 SINK_REFERENCE_PROPERTY(Calendar, Calendar, calendar); 410 SINK_REFERENCE_PROPERTY(Calendar, Calendar, calendar);
410}; 411};