summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-09 16:14:31 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-09 16:14:31 +0100
commitd5b4d64ca0609f65cda606d1456f4040ff008cda (patch)
tree8e700409faa481609a2e678d2dc4eb2a520b5ef1 /common/facade.h
parent2b79fb7b6a4759086302c68d63731256465bc5fe (diff)
downloadsink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz
sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip
Use Sink instead of SinkCommon
Diffstat (limited to 'common/facade.h')
-rw-r--r--common/facade.h4
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 */
46template <typename DomainType> 46template <typename DomainType>
47class SINKCOMMON_EXPORT GenericFacade: public Sink::StoreFacade<DomainType> 47class SINK_EXPORT GenericFacade: public Sink::StoreFacade<DomainType>
48{ 48{
49public: 49public:
50 /** 50 /**