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.h | |
parent | 2b8918e1cf28890b47c0cd2399eccf2087cbfbb4 (diff) | |
download | kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.tar.gz kube-e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8.zip |
Show Avatar images
Diffstat (limited to 'framework/src/domain/contactcontroller.h')
-rw-r--r-- | framework/src/domain/contactcontroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/contactcontroller.h b/framework/src/domain/contactcontroller.h index fea42430..72d8eee1 100644 --- a/framework/src/domain/contactcontroller.h +++ b/framework/src/domain/contactcontroller.h | |||
@@ -41,6 +41,7 @@ class ContactController : public Kube::Controller | |||
41 | KUBE_CONTROLLER_PROPERTY(QString, Country, country) | 41 | KUBE_CONTROLLER_PROPERTY(QString, Country, country) |
42 | KUBE_CONTROLLER_PROPERTY(QString, Company, company) | 42 | KUBE_CONTROLLER_PROPERTY(QString, Company, company) |
43 | KUBE_CONTROLLER_PROPERTY(QString, JobTitle, jobTitle) | 43 | KUBE_CONTROLLER_PROPERTY(QString, JobTitle, jobTitle) |
44 | KUBE_CONTROLLER_PROPERTY(QByteArray, ImageData, imageData) | ||
44 | 45 | ||
45 | KUBE_CONTROLLER_ACTION(save) | 46 | KUBE_CONTROLLER_ACTION(save) |
46 | 47 | ||