summaryrefslogtreecommitdiffstats
path: root/common/domain
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain')
-rw-r--r--common/domain/applicationdomaintype.h2
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
324struct SINK_EXPORT DummyResource { 326struct SINK_EXPORT DummyResource {