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 1b0ae9d..c022cb4 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -32,6 +32,7 @@
32 typedef QSharedPointer<TYPE> Ptr; \ 32 typedef QSharedPointer<TYPE> Ptr; \
33 using Entity::Entity; \ 33 using Entity::Entity; \
34 virtual ~TYPE(); \ 34 virtual ~TYPE(); \
35 static TYPE create(const QByteArray &resource) { return createEntity<TYPE>(resource); }; \
35 36
36 37
37#define SINK_PROPERTY(TYPE, NAME, LOWERCASENAME) \ 38#define SINK_PROPERTY(TYPE, NAME, LOWERCASENAME) \