From 2b8918e1cf28890b47c0cd2399eccf2087cbfbb4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 27 Jun 2017 15:19:41 +0200 Subject: No more dummy values in the people view --- framework/src/domain/contactcontroller.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'framework/src/domain/contactcontroller.h') 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 //Interface properties KUBE_CONTROLLER_PROPERTY(QString, Name, name) KUBE_CONTROLLER_PROPERTY(QStringList, Emails, emails) + KUBE_CONTROLLER_PROPERTY(QStringList, PhoneNumbers, phoneNumbers) + KUBE_CONTROLLER_PROPERTY(QString, Street, street) + KUBE_CONTROLLER_PROPERTY(QString, City, city) + KUBE_CONTROLLER_PROPERTY(QString, Country, country) + KUBE_CONTROLLER_PROPERTY(QString, Company, company) + KUBE_CONTROLLER_PROPERTY(QString, JobTitle, jobTitle) KUBE_CONTROLLER_ACTION(save) -- cgit v1.2.3