From 84242164b171b98068f831345844c8781cec9ec3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 19 May 2018 11:04:50 -0700 Subject: Exports for windows --- common/test.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common') 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: static TestAccount registerAccount(); template - void addEntity(const ApplicationDomain::ApplicationDomainType::Ptr &domainObject); + void SINK_EXPORT addEntity(const ApplicationDomain::ApplicationDomainType::Ptr &domainObject); template - typename DomainType::Ptr createEntity(); + typename DomainType::Ptr SINK_EXPORT createEntity(); template - QList entities() const; + QList SINK_EXPORT entities() const; private: TestAccount(){}; -- cgit v1.2.3