From e3a4d869cf0cc12a61f2b4faee44ab1d9751cca8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 27 Jun 2017 21:46:49 +0200 Subject: Show Avatar images --- framework/src/domain/contactcontroller.h | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/src/domain/contactcontroller.h') 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 KUBE_CONTROLLER_PROPERTY(QString, Country, country) KUBE_CONTROLLER_PROPERTY(QString, Company, company) KUBE_CONTROLLER_PROPERTY(QString, JobTitle, jobTitle) + KUBE_CONTROLLER_PROPERTY(QByteArray, ImageData, imageData) KUBE_CONTROLLER_ACTION(save) -- cgit v1.2.3