diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 21:46:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 22:17:42 +0200 |
commit | e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 (patch) | |
tree | 22e5719b27e485e2ba9a47725d933941dd29fa58 /framework/src/domain/contactcontroller.cpp | |
parent | 2b8918e1cf28890b47c0cd2399eccf2087cbfbb4 (diff) | |
download | kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.tar.gz kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.zip |
Show Avatar images
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 | ||