diff options
Diffstat (limited to 'common/domain')
-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 d2b4d83..4621316 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -319,6 +319,8 @@ struct SINK_EXPORT Identity : public ApplicationDomainType { | |||
319 | Identity(); | 319 | Identity(); |
320 | virtual ~Identity(); | 320 | virtual ~Identity(); |
321 | SINK_REFERENCE_PROPERTY(SinkAccount, Account, account); | 321 | SINK_REFERENCE_PROPERTY(SinkAccount, Account, account); |
322 | SINK_PROPERTY(QString, Name, name); | ||
323 | SINK_PROPERTY(QString, Address, address); | ||
322 | }; | 324 | }; |
323 | 325 | ||
324 | struct SINK_EXPORT DummyResource { | 326 | struct SINK_EXPORT DummyResource { |