diff options
Diffstat (limited to 'common/domain/typeimplementations.cpp')
-rw-r--r-- | common/domain/typeimplementations.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/typeimplementations.cpp b/common/domain/typeimplementations.cpp index 2b2d2ac..bb3f455 100644 --- a/common/domain/typeimplementations.cpp +++ b/common/domain/typeimplementations.cpp | |||
@@ -269,6 +269,7 @@ QMap<QByteArray, int> TypeImplementation<Calendar>::typeDatabases() | |||
269 | void TypeImplementation<Calendar>::configure(PropertyMapper &propertyMapper) | 269 | void TypeImplementation<Calendar>::configure(PropertyMapper &propertyMapper) |
270 | { | 270 | { |
271 | SINK_REGISTER_SERIALIZER(propertyMapper, Calendar, Name, name); | 271 | SINK_REGISTER_SERIALIZER(propertyMapper, Calendar, Name, name); |
272 | SINK_REGISTER_SERIALIZER(propertyMapper, Calendar, Color, color); | ||
272 | } | 273 | } |
273 | 274 | ||
274 | void TypeImplementation<Calendar>::configure(IndexPropertyMapper &) {} | 275 | void TypeImplementation<Calendar>::configure(IndexPropertyMapper &) {} |