summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-28 18:46:59 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-28 18:46:59 +0200
commita0ae06878597bddc8fcf2d0283f9d2c45613c7dd (patch)
tree1728ff0ab9c545e9258fd35edb50742929651f71
parentcee63a84cdcc1a1310c554b7e6db4b993db17591 (diff)
downloadsink-a0ae06878597bddc8fcf2d0283f9d2c45613c7dd.tar.gz
sink-a0ae06878597bddc8fcf2d0283f9d2c45613c7dd.zip
Registered properties
-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>();