summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r--common/domain/applicationdomaintype.cpp1
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);
145SINK_REGISTER_PROPERTY(Event, StartTime); 145SINK_REGISTER_PROPERTY(Event, StartTime);
146SINK_REGISTER_PROPERTY(Event, EndTime); 146SINK_REGISTER_PROPERTY(Event, EndTime);
147SINK_REGISTER_PROPERTY(Event, AllDay); 147SINK_REGISTER_PROPERTY(Event, AllDay);
148SINK_REGISTER_PROPERTY(Event, Recurring);
148SINK_REGISTER_PROPERTY(Event, Ical); 149SINK_REGISTER_PROPERTY(Event, Ical);
149SINK_REGISTER_PROPERTY(Event, Calendar); 150SINK_REGISTER_PROPERTY(Event, Calendar);
150 151