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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp
index 93b02a9..78d46ee 100644
--- a/common/domain/applicationdomaintype.cpp
+++ b/common/domain/applicationdomaintype.cpp
@@ -128,6 +128,8 @@ SINK_REGISTER_PROPERTY(Event, Uid);
128SINK_REGISTER_PROPERTY(Event, Summary); 128SINK_REGISTER_PROPERTY(Event, Summary);
129SINK_REGISTER_PROPERTY(Event, Description); 129SINK_REGISTER_PROPERTY(Event, Description);
130SINK_REGISTER_PROPERTY(Event, StartTime); 130SINK_REGISTER_PROPERTY(Event, StartTime);
131SINK_REGISTER_PROPERTY(Event, EndTime);
132SINK_REGISTER_PROPERTY(Event, Ical);
131SINK_REGISTER_PROPERTY(Event, Calendar); 133SINK_REGISTER_PROPERTY(Event, Calendar);
132 134
133SINK_REGISTER_ENTITY(Calendar); 135SINK_REGISTER_ENTITY(Calendar);