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 52319b0..db7fc8d 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -350,6 +350,7 @@ struct SINK_EXPORT Folder : public Entity { | |||
350 | SINK_PROPERTY(QString, Name, name); | 350 | SINK_PROPERTY(QString, Name, name); |
351 | SINK_PROPERTY(QByteArray, Icon, icon); | 351 | SINK_PROPERTY(QByteArray, Icon, icon); |
352 | SINK_PROPERTY(QByteArrayList, SpecialPurpose, specialpurpose); | 352 | SINK_PROPERTY(QByteArrayList, SpecialPurpose, specialpurpose); |
353 | SINK_PROPERTY(bool, Enabled, enabled); | ||
353 | }; | 354 | }; |
354 | 355 | ||
355 | struct SINK_EXPORT Mail : public Entity { | 356 | struct SINK_EXPORT Mail : public Entity { |