diff options
Diffstat (limited to 'framework/src/domain/contactcontroller.cpp')
-rw-r--r-- | framework/src/domain/contactcontroller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/contactcontroller.cpp b/framework/src/domain/contactcontroller.cpp index 90ef6323..bc536bf6 100644 --- a/framework/src/domain/contactcontroller.cpp +++ b/framework/src/domain/contactcontroller.cpp | |||
@@ -59,6 +59,7 @@ void ContactController::loadContact(const QVariant &contact) | |||
59 | } | 59 | } |
60 | setCompany(addressee.organization()); | 60 | setCompany(addressee.organization()); |
61 | setJobTitle(addressee.role()); | 61 | setJobTitle(addressee.role()); |
62 | setImageData(addressee.photo().rawData()); | ||
62 | } | 63 | } |
63 | } | 64 | } |
64 | 65 | ||