diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 15:46:54 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 15:46:54 +0200 |
commit | 0f888b18bf7e6eecc0a2aa5aaa015cf3b9c755be (patch) | |
tree | b432fa73ca2ff072d67e964b56933e9f275b8a28 /common/domain/typeimplementations.cpp | |
parent | 3357b1473efa0ccfa06cb4c2f3ab387c33038274 (diff) | |
download | sink-0f888b18bf7e6eecc0a2aa5aaa015cf3b9c755be.tar.gz sink-0f888b18bf7e6eecc0a2aa5aaa015cf3b9c755be.zip |
Photo support
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 40b0cfd..47a9cf7 100644 --- a/common/domain/typeimplementations.cpp +++ b/common/domain/typeimplementations.cpp | |||
@@ -153,6 +153,7 @@ void TypeImplementation<Contact>::configure(PropertyMapper &propertyMapper) | |||
153 | SINK_REGISTER_SERIALIZER(propertyMapper, Contact, Addressbook, addressbook); | 153 | SINK_REGISTER_SERIALIZER(propertyMapper, Contact, Addressbook, addressbook); |
154 | SINK_REGISTER_SERIALIZER(propertyMapper, Contact, Firstname, firstname); | 154 | SINK_REGISTER_SERIALIZER(propertyMapper, Contact, Firstname, firstname); |
155 | SINK_REGISTER_SERIALIZER(propertyMapper, Contact, Lastname, lastname); | 155 | SINK_REGISTER_SERIALIZER(propertyMapper, Contact, Lastname, lastname); |
156 | SINK_REGISTER_SERIALIZER(propertyMapper, Contact, Photo, photo); | ||
156 | } | 157 | } |
157 | 158 | ||
158 | void TypeImplementation<Contact>::configure(IndexPropertyMapper &) | 159 | void TypeImplementation<Contact>::configure(IndexPropertyMapper &) |