diff options
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 10 |
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); | |||
123 | SINK_REGISTER_PROPERTY(Addressbook, Parent); | 123 | SINK_REGISTER_PROPERTY(Addressbook, Parent); |
124 | SINK_REGISTER_PROPERTY(Addressbook, LastUpdated); | 124 | SINK_REGISTER_PROPERTY(Addressbook, LastUpdated); |
125 | 125 | ||
126 | SINK_REGISTER_ENTITY(Event); | ||
127 | SINK_REGISTER_PROPERTY(Event, Uid); | ||
128 | SINK_REGISTER_PROPERTY(Event, Summary); | ||
129 | SINK_REGISTER_PROPERTY(Event, Description); | ||
130 | SINK_REGISTER_PROPERTY(Event, StartTime); | ||
131 | SINK_REGISTER_PROPERTY(Event, Calendar); | ||
132 | |||
133 | SINK_REGISTER_ENTITY(Calendar); | ||
134 | SINK_REGISTER_PROPERTY(Calendar, Name); | ||
135 | |||
126 | static const int foo = [] { | 136 | static const int foo = [] { |
127 | QMetaType::registerEqualsComparator<Reference>(); | 137 | QMetaType::registerEqualsComparator<Reference>(); |
128 | QMetaType::registerDebugStreamOperator<Reference>(); | 138 | QMetaType::registerDebugStreamOperator<Reference>(); |