summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/domain/applicationdomaintype.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp
index 9a213dd..93b02a9 100644
--- a/common/domain/applicationdomaintype.cpp
+++ b/common/domain/applicationdomaintype.cpp
@@ -123,6 +123,16 @@ SINK_REGISTER_PROPERTY(Addressbook, Name);
123SINK_REGISTER_PROPERTY(Addressbook, Parent); 123SINK_REGISTER_PROPERTY(Addressbook, Parent);
124SINK_REGISTER_PROPERTY(Addressbook, LastUpdated); 124SINK_REGISTER_PROPERTY(Addressbook, LastUpdated);
125 125
126SINK_REGISTER_ENTITY(Event);
127SINK_REGISTER_PROPERTY(Event, Uid);
128SINK_REGISTER_PROPERTY(Event, Summary);
129SINK_REGISTER_PROPERTY(Event, Description);
130SINK_REGISTER_PROPERTY(Event, StartTime);
131SINK_REGISTER_PROPERTY(Event, Calendar);
132
133SINK_REGISTER_ENTITY(Calendar);
134SINK_REGISTER_PROPERTY(Calendar, Name);
135
126static const int foo = [] { 136static const int foo = [] {
127 QMetaType::registerEqualsComparator<Reference>(); 137 QMetaType::registerEqualsComparator<Reference>();
128 QMetaType::registerDebugStreamOperator<Reference>(); 138 QMetaType::registerDebugStreamOperator<Reference>();