diff options
Diffstat (limited to 'framework/src/domain/contactcontroller.h')
-rw-r--r-- | framework/src/domain/contactcontroller.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/src/domain/contactcontroller.h b/framework/src/domain/contactcontroller.h index d1973d9c..fea42430 100644 --- a/framework/src/domain/contactcontroller.h +++ b/framework/src/domain/contactcontroller.h | |||
@@ -35,6 +35,12 @@ class ContactController : public Kube::Controller | |||
35 | //Interface properties | 35 | //Interface properties |
36 | KUBE_CONTROLLER_PROPERTY(QString, Name, name) | 36 | KUBE_CONTROLLER_PROPERTY(QString, Name, name) |
37 | KUBE_CONTROLLER_PROPERTY(QStringList, Emails, emails) | 37 | KUBE_CONTROLLER_PROPERTY(QStringList, Emails, emails) |
38 | KUBE_CONTROLLER_PROPERTY(QStringList, PhoneNumbers, phoneNumbers) | ||
39 | KUBE_CONTROLLER_PROPERTY(QString, Street, street) | ||
40 | KUBE_CONTROLLER_PROPERTY(QString, City, city) | ||
41 | KUBE_CONTROLLER_PROPERTY(QString, Country, country) | ||
42 | KUBE_CONTROLLER_PROPERTY(QString, Company, company) | ||
43 | KUBE_CONTROLLER_PROPERTY(QString, JobTitle, jobTitle) | ||
38 | 44 | ||
39 | KUBE_CONTROLLER_ACTION(save) | 45 | KUBE_CONTROLLER_ACTION(save) |
40 | 46 | ||