diff options
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r-- | common/domain/applicationdomaintype.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp index 9bc3d08..97bf9f2 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -163,6 +163,7 @@ SINK_REGISTER_PROPERTY(Todo, Calendar); | |||
163 | 163 | ||
164 | SINK_REGISTER_ENTITY(Calendar); | 164 | SINK_REGISTER_ENTITY(Calendar); |
165 | SINK_REGISTER_PROPERTY(Calendar, Name); | 165 | SINK_REGISTER_PROPERTY(Calendar, Name); |
166 | SINK_REGISTER_PROPERTY(Calendar, Color); | ||
166 | 167 | ||
167 | static const int foo = [] { | 168 | static const int foo = [] { |
168 | QMetaType::registerEqualsComparator<Reference>(); | 169 | QMetaType::registerEqualsComparator<Reference>(); |