summaryrefslogtreecommitdiffstats
path: root/common/domain/applicationdomaintype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/applicationdomaintype.cpp')
-rw-r--r--common/domain/applicationdomaintype.cpp30
1 files changed, 30 insertions, 0 deletions
diff --git a/common/domain/applicationdomaintype.cpp b/common/domain/applicationdomaintype.cpp
index b0433be..fccf082 100644
--- a/common/domain/applicationdomaintype.cpp
+++ b/common/domain/applicationdomaintype.cpp
@@ -100,6 +100,36 @@ QByteArray ApplicationDomainType::identifier() const
100 return mIdentifier; 100 return mIdentifier;
101} 101}
102 102
103Entity::~Entity()
104{
105
106}
107
108Event::~Event()
109{
110
111}
112
113Todo::~Todo()
114{
115
116}
117
118Mail::~Mail()
119{
120
121}
122
123Folder::~Folder()
124{
125
126}
127
128SinkResource::~SinkResource()
129{
130
131}
132
103template<> 133template<>
104QByteArray getTypeName<Event>() 134QByteArray getTypeName<Event>()
105{ 135{