summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/domain/applicationdomaintype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index 7332bfb..e9f11ba 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -309,6 +309,7 @@ struct SINK_EXPORT Identity : public ApplicationDomainType {
309 explicit Identity(const QByteArray &identifier); 309 explicit Identity(const QByteArray &identifier);
310 Identity(); 310 Identity();
311 virtual ~Identity(); 311 virtual ~Identity();
312 SINK_REFERENCE_PROPERTY(SinkAccount, Account, account);
312}; 313};
313 314
314struct SINK_EXPORT DummyResource { 315struct SINK_EXPORT DummyResource {