summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/contactcontroller.h
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-03-22 10:06:48 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-03-22 10:07:56 +0100
commit277ea09b808dd76fcd9d432f7485bdd6d9f15d88 (patch)
tree10c5d610839701f559a93601453ae1c9d532311d /framework/src/domain/contactcontroller.h
parent514016a5508f778f40bda030ae16d4e43be2cd67 (diff)
downloadkube-277ea09b808dd76fcd9d432f7485bdd6d9f15d88.tar.gz
kube-277ea09b808dd76fcd9d432f7485bdd6d9f15d88.zip
cleanup contactcontroller
Diffstat (limited to 'framework/src/domain/contactcontroller.h')
-rw-r--r--framework/src/domain/contactcontroller.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/src/domain/contactcontroller.h b/framework/src/domain/contactcontroller.h
index 102f6bef..e8d06229 100644
--- a/framework/src/domain/contactcontroller.h
+++ b/framework/src/domain/contactcontroller.h
@@ -35,8 +35,6 @@ class ContactController : public Kube::Controller
35 35
36 //Interface properties 36 //Interface properties
37 KUBE_CONTROLLER_PROPERTY(QString, Name, name) 37 KUBE_CONTROLLER_PROPERTY(QString, Name, name)
38 KUBE_CONTROLLER_PROPERTY(QStringList, Emails, emails)
39 KUBE_CONTROLLER_PROPERTY(QStringList, PhoneNumbers, phoneNumbers)
40 KUBE_CONTROLLER_PROPERTY(QString, Street, street) 38 KUBE_CONTROLLER_PROPERTY(QString, Street, street)
41 KUBE_CONTROLLER_PROPERTY(QString, City, city) 39 KUBE_CONTROLLER_PROPERTY(QString, City, city)
42 KUBE_CONTROLLER_PROPERTY(QString, Country, country) 40 KUBE_CONTROLLER_PROPERTY(QString, Country, country)
@@ -53,8 +51,6 @@ public:
53 explicit ContactController(); 51 explicit ContactController();
54 52
55 Q_INVOKABLE void loadContact(const QVariant &contact); 53 Q_INVOKABLE void loadContact(const QVariant &contact);
56 Q_INVOKABLE void removeEmail(const QString &email);
57 Q_INVOKABLE void addEmail(const QString &email);
58 54
59 QVariant contact() const; 55 QVariant contact() const;
60 56