diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 15:42:11 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 20:00:37 +0200 |
commit | c94e6860fcb15d93c61ffa44dd34fd7a7c5bbb8c (patch) | |
tree | f8e83aa790159658540c19e65c5319472ee91c73 /common/domain/applicationdomaintype.h | |
parent | 96740b5c1364f3ef4a32110ea98dde6128e922fc (diff) | |
download | sink-c94e6860fcb15d93c61ffa44dd34fd7a7c5bbb8c.tar.gz sink-c94e6860fcb15d93c61ffa44dd34fd7a7c5bbb8c.zip |
Email debug serializer
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index deaa917..802efd8 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -389,6 +389,8 @@ struct SINK_EXPORT Contact : public Entity { | |||
389 | SINK_REFERENCE_PROPERTY(Addressbook, Addressbook, addressbook); | 389 | SINK_REFERENCE_PROPERTY(Addressbook, Addressbook, addressbook); |
390 | }; | 390 | }; |
391 | 391 | ||
392 | SINK_EXPORT QDebug operator<< (QDebug d, const Contact::Email &); | ||
393 | |||
392 | struct SINK_EXPORT Calendar : public Entity { | 394 | struct SINK_EXPORT Calendar : public Entity { |
393 | SINK_ENTITY(Calendar, calendar); | 395 | SINK_ENTITY(Calendar, calendar); |
394 | SINK_PROPERTY(QString, Name, name); | 396 | SINK_PROPERTY(QString, Name, name); |