diff options
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index d36bffc..c822895 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -370,7 +370,6 @@ struct SINK_EXPORT Mail : public Entity { | |||
370 | }; | 370 | }; |
371 | 371 | ||
372 | SINK_ENTITY(Mail); | 372 | SINK_ENTITY(Mail); |
373 | SINK_PROPERTY(QString, Uid, uid); | ||
374 | SINK_EXTRACTED_PROPERTY(Contact, Sender, sender); | 373 | SINK_EXTRACTED_PROPERTY(Contact, Sender, sender); |
375 | SINK_EXTRACTED_PROPERTY(QList<Contact>, To, to); | 374 | SINK_EXTRACTED_PROPERTY(QList<Contact>, To, to); |
376 | SINK_EXTRACTED_PROPERTY(QList<Contact>, Cc, cc); | 375 | SINK_EXTRACTED_PROPERTY(QList<Contact>, Cc, cc); |