summaryrefslogtreecommitdiffstats
path: root/common/facadefactory.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/facadefactory.h
parent2b79fb7b6a4759086302c68d63731256465bc5fe (diff)
downloadsink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz
sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip
Use Sink instead of SinkCommon
Diffstat (limited to 'common/facadefactory.h')
-rw-r--r--common/facadefactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/facadefactory.h b/common/facadefactory.h
index 8425229..ef2a3f9 100644
--- a/common/facadefactory.h
+++ b/common/facadefactory.h
@@ -20,7 +20,7 @@
20 20
21#pragma once 21#pragma once
22 22
23#include "sinkcommon_export.h" 23#include "sink_export.h"
24#include <QByteArray> 24#include <QByteArray>
25#include <QDebug> 25#include <QDebug>
26#include <QMutex> 26#include <QMutex>
@@ -38,7 +38,7 @@ namespace Sink {
38 * 38 *
39 * If we were to provide default implementations for certain capabilities. Here would be the place to do so. 39 * If we were to provide default implementations for certain capabilities. Here would be the place to do so.
40 */ 40 */
41class SINKCOMMON_EXPORT FacadeFactory { 41class SINK_EXPORT FacadeFactory {
42public: 42public:
43 typedef std::function<std::shared_ptr<void>(const QByteArray &)> FactoryFunction; 43 typedef std::function<std::shared_ptr<void>(const QByteArray &)> FactoryFunction;
44 44