diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 23:15:01 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 23:15:01 +0200 |
commit | 581b5a7f16a1c399958742a3b103f47ef9518662 (patch) | |
tree | cc7fa518f81d00522532b223e7373f2f04236f7e /framework/src/domain/contactcontroller.h | |
parent | 6aa6051a1535db4fea13bbde62e7701ecba583e9 (diff) | |
download | kube-581b5a7f16a1c399958742a3b103f47ef9518662.tar.gz kube-581b5a7f16a1c399958742a3b103f47ef9518662.zip |
Addressbook support for the contact composer
Diffstat (limited to 'framework/src/domain/contactcontroller.h')
-rw-r--r-- | framework/src/domain/contactcontroller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/src/domain/contactcontroller.h b/framework/src/domain/contactcontroller.h index 61e37de8..ea853048 100644 --- a/framework/src/domain/contactcontroller.h +++ b/framework/src/domain/contactcontroller.h | |||
@@ -23,6 +23,7 @@ | |||
23 | #include <QString> | 23 | #include <QString> |
24 | #include <QStringList> | 24 | #include <QStringList> |
25 | #include <QStandardItemModel> | 25 | #include <QStandardItemModel> |
26 | #include <sink/applicationdomaintype.h> | ||
26 | 27 | ||
27 | #include "controller.h" | 28 | #include "controller.h" |
28 | 29 | ||
@@ -44,6 +45,7 @@ class KUBE_EXPORT ContactController : public Kube::Controller | |||
44 | KUBE_CONTROLLER_PROPERTY(QString, Company, company) | 45 | KUBE_CONTROLLER_PROPERTY(QString, Company, company) |
45 | KUBE_CONTROLLER_PROPERTY(QString, JobTitle, jobTitle) | 46 | KUBE_CONTROLLER_PROPERTY(QString, JobTitle, jobTitle) |
46 | KUBE_CONTROLLER_PROPERTY(QByteArray, ImageData, imageData) | 47 | KUBE_CONTROLLER_PROPERTY(QByteArray, ImageData, imageData) |
48 | KUBE_CONTROLLER_PROPERTY(Sink::ApplicationDomain::ApplicationDomainType::Ptr, Addressbook, addressbook) | ||
47 | 49 | ||
48 | KUBE_CONTROLLER_LISTCONTROLLER(mails) | 50 | KUBE_CONTROLLER_LISTCONTROLLER(mails) |
49 | KUBE_CONTROLLER_LISTCONTROLLER(phones) | 51 | KUBE_CONTROLLER_LISTCONTROLLER(phones) |