summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-05 22:46:03 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-10-05 22:46:03 +0200
commit80cc11180a026a68bb1f20ff9e54739f9a118bc8 (patch)
tree961a1569a4525d24a0b47d3c5cbaab49882f5012
parent94829f17066dcbbeb9f641a4870dd88aa916ba24 (diff)
downloadsink-80cc11180a026a68bb1f20ff9e54739f9a118bc8.tar.gz
sink-80cc11180a026a68bb1f20ff9e54739f9a118bc8.zip
An identity belongs to an account too.
-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 {