summaryrefslogtreecommitdiffstats
path: root/common/test.h
diff options
context:
space:
mode:
authorChristian Mollekopf <mollekopf@kolabsystems.com>2018-05-19 11:04:50 -0700
committerChristian Mollekopf <mollekopf@kolabsystems.com>2018-05-19 11:04:50 -0700
commit84242164b171b98068f831345844c8781cec9ec3 (patch)
tree164bb6dd7a376af953504501853e24c13a96e5ff /common/test.h
parentfbe2ae8dd04634c92e0237a92dcafcb4d940f91c (diff)
downloadsink-84242164b171b98068f831345844c8781cec9ec3.tar.gz
sink-84242164b171b98068f831345844c8781cec9ec3.zip
Exports for windows
Diffstat (limited to 'common/test.h')
-rw-r--r--common/test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/test.h b/common/test.h
index bb505b6..5be738d 100644
--- a/common/test.h
+++ b/common/test.h
@@ -43,13 +43,13 @@ public:
43 static TestAccount registerAccount(); 43 static TestAccount registerAccount();
44 44
45 template<typename DomainType> 45 template<typename DomainType>
46 void addEntity(const ApplicationDomain::ApplicationDomainType::Ptr &domainObject); 46 void SINK_EXPORT addEntity(const ApplicationDomain::ApplicationDomainType::Ptr &domainObject);
47 47
48 template<typename DomainType> 48 template<typename DomainType>
49 typename DomainType::Ptr createEntity(); 49 typename DomainType::Ptr SINK_EXPORT createEntity();
50 50
51 template<typename DomainType> 51 template<typename DomainType>
52 QList<ApplicationDomain::ApplicationDomainType::Ptr> entities() const; 52 QList<ApplicationDomain::ApplicationDomainType::Ptr> SINK_EXPORT entities() const;
53 53
54private: 54private:
55 TestAccount(){}; 55 TestAccount(){};