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/applicationdomaintype.cpp | |
parent | 3357b1473efa0ccfa06cb4c2f3ab387c33038274 (diff) | |
download | sink-0f888b18bf7e6eecc0a2aa5aaa015cf3b9c755be.tar.gz sink-0f888b18bf7e6eecc0a2aa5aaa015cf3b9c755be.zip |
Photo support
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 7ce80ee..3718f77 100644 --- a/common/domain/applicationdomaintype.cpp +++ b/common/domain/applicationdomaintype.cpp | |||
@@ -112,6 +112,7 @@ SINK_REGISTER_PROPERTY(Contact, Lastname); | |||
112 | SINK_REGISTER_PROPERTY(Contact, Emails); | 112 | SINK_REGISTER_PROPERTY(Contact, Emails); |
113 | SINK_REGISTER_PROPERTY(Contact, Vcard); | 113 | SINK_REGISTER_PROPERTY(Contact, Vcard); |
114 | SINK_REGISTER_PROPERTY(Contact, Addressbook); | 114 | SINK_REGISTER_PROPERTY(Contact, Addressbook); |
115 | SINK_REGISTER_PROPERTY(Contact, Photo); | ||
115 | 116 | ||
116 | SINK_REGISTER_ENTITY(Addressbook); | 117 | SINK_REGISTER_ENTITY(Addressbook); |
117 | SINK_REGISTER_PROPERTY(Addressbook, Name); | 118 | SINK_REGISTER_PROPERTY(Addressbook, Name); |