From 1cdd003f623dec1fc2aff80c073c94e82b263a85 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 13 Jul 2018 13:49:10 +0200 Subject: Some progress on creating contacts --- framework/src/domain/contactcontroller.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'framework/src/domain/contactcontroller.h') 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 Q_PROPERTY(QVariant contact READ contact WRITE loadContact) //Interface properties + KUBE_CONTROLLER_PROPERTY(QByteArray, AccountId, accountId) + KUBE_CONTROLLER_PROPERTY(QString, FirstName, firstName) + KUBE_CONTROLLER_PROPERTY(QString, LastName, lastName) KUBE_CONTROLLER_PROPERTY(QString, Name, name) KUBE_CONTROLLER_PROPERTY(QString, Street, street) KUBE_CONTROLLER_PROPERTY(QString, City, city) -- cgit v1.2.3