summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/contactcontroller.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-13 13:49:10 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-13 13:49:10 +0200
commit1cdd003f623dec1fc2aff80c073c94e82b263a85 (patch)
treeb06e382c9db3a38208d15d677fe9f6e7cddd058b /framework/src/domain/contactcontroller.h
parent86b5f159d5206ce90ddc15dca969e217051ff881 (diff)
downloadkube-1cdd003f623dec1fc2aff80c073c94e82b263a85.tar.gz
kube-1cdd003f623dec1fc2aff80c073c94e82b263a85.zip
Some progress on creating contacts
Diffstat (limited to 'framework/src/domain/contactcontroller.h')
-rw-r--r--framework/src/domain/contactcontroller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/src/domain/contactcontroller.h b/framework/src/domain/contactcontroller.h
index 5b49c77b..852a003f 100644
--- a/framework/src/domain/contactcontroller.h
+++ b/framework/src/domain/contactcontroller.h
@@ -34,6 +34,9 @@ class KUBE_EXPORT ContactController : public Kube::Controller
34 Q_PROPERTY(QVariant contact READ contact WRITE loadContact) 34 Q_PROPERTY(QVariant contact READ contact WRITE loadContact)
35 35
36 //Interface properties 36 //Interface properties
37 KUBE_CONTROLLER_PROPERTY(QByteArray, AccountId, accountId)
38 KUBE_CONTROLLER_PROPERTY(QString, FirstName, firstName)
39 KUBE_CONTROLLER_PROPERTY(QString, LastName, lastName)
37 KUBE_CONTROLLER_PROPERTY(QString, Name, name) 40 KUBE_CONTROLLER_PROPERTY(QString, Name, name)
38 KUBE_CONTROLLER_PROPERTY(QString, Street, street) 41 KUBE_CONTROLLER_PROPERTY(QString, Street, street)
39 KUBE_CONTROLLER_PROPERTY(QString, City, city) 42 KUBE_CONTROLLER_PROPERTY(QString, City, city)