diff options
Diffstat (limited to 'common/domain/applicationdomaintype.h')
-rw-r--r-- | common/domain/applicationdomaintype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index e5aa46e..602d54c 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -377,6 +377,7 @@ struct SINK_EXPORT Contact : public Entity { | |||
377 | SINK_PROPERTY(QString, Lastname, lastname); | 377 | SINK_PROPERTY(QString, Lastname, lastname); |
378 | SINK_PROPERTY(QList<Email>, Emails, emails); | 378 | SINK_PROPERTY(QList<Email>, Emails, emails); |
379 | SINK_PROPERTY(QByteArray, Vcard, vcard); | 379 | SINK_PROPERTY(QByteArray, Vcard, vcard); |
380 | SINK_PROPERTY(QByteArray, Photo, photo); | ||
380 | SINK_REFERENCE_PROPERTY(Addressbook, Addressbook, addressbook); | 381 | SINK_REFERENCE_PROPERTY(Addressbook, Addressbook, addressbook); |
381 | }; | 382 | }; |
382 | 383 | ||