summaryrefslogtreecommitdiffstats
path: root/common/domain
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-21 10:10:15 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-21 10:45:04 +0100
commita188fb648ba001314adbb9d5cfc0bfb77198a5b9 (patch)
tree899e46c4d581e7a13df0efc58ceaaa80098d64c7 /common/domain
parenta1dcb117835f7c1f0604f0302b42edd905190a52 (diff)
downloadsink-a188fb648ba001314adbb9d5cfc0bfb77198a5b9.tar.gz
sink-a188fb648ba001314adbb9d5cfc0bfb77198a5b9.zip
sinksh list identity support
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 {