summaryrefslogtreecommitdiffstats
path: root/common/domain/typeimplementations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/typeimplementations.cpp')
-rw-r--r--common/domain/typeimplementations.cpp1
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()
269void TypeImplementation<Calendar>::configure(PropertyMapper &propertyMapper) 269void 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
274void TypeImplementation<Calendar>::configure(IndexPropertyMapper &) {} 275void TypeImplementation<Calendar>::configure(IndexPropertyMapper &) {}