diff options
Diffstat (limited to 'common/contactpreprocessor.cpp')
-rw-r--r-- | common/contactpreprocessor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/contactpreprocessor.cpp b/common/contactpreprocessor.cpp index 68a8acb..d331421 100644 --- a/common/contactpreprocessor.cpp +++ b/common/contactpreprocessor.cpp | |||
@@ -36,8 +36,7 @@ void updatedProperties(Sink::ApplicationDomain::Contact &contact, const KContact | |||
36 | } | 36 | } |
37 | contact.setEmails(emails); | 37 | contact.setEmails(emails); |
38 | 38 | ||
39 | const auto photo = addressee.photo().rawData(); | 39 | contact.setPhoto(addressee.photo().rawData()); |
40 | contact.setPhoto(photo); | ||
41 | } | 40 | } |
42 | 41 | ||
43 | ContactPropertyExtractor::~ContactPropertyExtractor() | 42 | ContactPropertyExtractor::~ContactPropertyExtractor() |