diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 15:19:41 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 22:17:42 +0200 |
commit | 2b8918e1cf28890b47c0cd2399eccf2087cbfbb4 (patch) | |
tree | 6163bea0a84853bce158efd5adc6f514bc17d3e5 /framework/src/domain/contactcontroller.h | |
parent | 30bb56cddfce3ce7aefa9cf00a3d6a81fb7b5acc (diff) | |
download | kube-2b8918e1cf28890b47c0cd2399eccf2087cbfbb4.tar.gz kube-2b8918e1cf28890b47c0cd2399eccf2087cbfbb4.zip |
No more dummy values in the people view
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 | ||