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 802efd8..7f214ba 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -394,6 +394,7 @@ SINK_EXPORT QDebug operator<< (QDebug d, const Contact::Email &); | |||
394 | struct SINK_EXPORT Calendar : public Entity { | 394 | struct SINK_EXPORT Calendar : public Entity { |
395 | SINK_ENTITY(Calendar, calendar); | 395 | SINK_ENTITY(Calendar, calendar); |
396 | SINK_PROPERTY(QString, Name, name); | 396 | SINK_PROPERTY(QString, Name, name); |
397 | SINK_PROPERTY(QByteArray, Color, color); | ||
397 | }; | 398 | }; |
398 | 399 | ||
399 | struct SINK_EXPORT Event : public Entity { | 400 | struct SINK_EXPORT Event : public Entity { |