diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-02-09 16:14:31 +0100 |
commit | d5b4d64ca0609f65cda606d1456f4040ff008cda (patch) | |
tree | 8e700409faa481609a2e678d2dc4eb2a520b5ef1 /common/facade.h | |
parent | 2b79fb7b6a4759086302c68d63731256465bc5fe (diff) | |
download | sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip |
Use Sink instead of SinkCommon
Diffstat (limited to 'common/facade.h')
-rw-r--r-- | common/facade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/facade.h b/common/facade.h index 914b6fc..a85b1de 100644 --- a/common/facade.h +++ b/common/facade.h | |||
@@ -19,7 +19,7 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "sinkcommon_export.h" | 22 | #include "sink_export.h" |
23 | #include "facadeinterface.h" | 23 | #include "facadeinterface.h" |
24 | 24 | ||
25 | #include <QByteArray> | 25 | #include <QByteArray> |
@@ -44,7 +44,7 @@ namespace Sink { | |||
44 | * Additionally a resource only has to provide a synchronizer plugin to execute the synchronization | 44 | * Additionally a resource only has to provide a synchronizer plugin to execute the synchronization |
45 | */ | 45 | */ |
46 | template <typename DomainType> | 46 | template <typename DomainType> |
47 | class SINKCOMMON_EXPORT GenericFacade: public Sink::StoreFacade<DomainType> | 47 | class SINK_EXPORT GenericFacade: public Sink::StoreFacade<DomainType> |
48 | { | 48 | { |
49 | public: | 49 | public: |
50 | /** | 50 | /** |