diff options
author | Christian Mollekopf <mollekopf@kolabsystems.com> | 2018-05-19 11:04:50 -0700 |
---|---|---|
committer | Christian Mollekopf <mollekopf@kolabsystems.com> | 2018-05-19 11:04:50 -0700 |
commit | 84242164b171b98068f831345844c8781cec9ec3 (patch) | |
tree | 164bb6dd7a376af953504501853e24c13a96e5ff /common/test.h | |
parent | fbe2ae8dd04634c92e0237a92dcafcb4d940f91c (diff) | |
download | sink-84242164b171b98068f831345844c8781cec9ec3.tar.gz sink-84242164b171b98068f831345844c8781cec9ec3.zip |
Exports for windows
Diffstat (limited to 'common/test.h')
-rw-r--r-- | common/test.h | 6 |
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 | ||
54 | private: | 54 | private: |
55 | TestAccount(){}; | 55 | TestAccount(){}; |