From a0ae06878597bddc8fcf2d0283f9d2c45613c7dd Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 28 Mar 2018 18:46:59 +0200 Subject: Registered properties --- common/domain/applicationdomaintype.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common/domain/applicationdomaintype.cpp') 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); SINK_REGISTER_PROPERTY(Addressbook, Parent); SINK_REGISTER_PROPERTY(Addressbook, LastUpdated); +SINK_REGISTER_ENTITY(Event); +SINK_REGISTER_PROPERTY(Event, Uid); +SINK_REGISTER_PROPERTY(Event, Summary); +SINK_REGISTER_PROPERTY(Event, Description); +SINK_REGISTER_PROPERTY(Event, StartTime); +SINK_REGISTER_PROPERTY(Event, Calendar); + +SINK_REGISTER_ENTITY(Calendar); +SINK_REGISTER_PROPERTY(Calendar, Name); + static const int foo = [] { QMetaType::registerEqualsComparator(); QMetaType::registerDebugStreamOperator(); -- cgit v1.2.3