summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/contactcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/contactcontroller.h')
-rw-r--r--framework/src/domain/contactcontroller.h1
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