From 80cc11180a026a68bb1f20ff9e54739f9a118bc8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Oct 2016 22:46:03 +0200 Subject: An identity belongs to an account too. --- common/domain/applicationdomaintype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 { explicit Identity(const QByteArray &identifier); Identity(); virtual ~Identity(); + SINK_REFERENCE_PROPERTY(SinkAccount, Account, account); }; struct SINK_EXPORT DummyResource { -- cgit v1.2.3