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/pipeline.h | |
parent | 2b79fb7b6a4759086302c68d63731256465bc5fe (diff) | |
download | sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.tar.gz sink-d5b4d64ca0609f65cda606d1456f4040ff008cda.zip |
Use Sink instead of SinkCommon
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index 316b525..096771f 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -25,7 +25,7 @@ | |||
25 | #include <QSharedDataPointer> | 25 | #include <QSharedDataPointer> |
26 | #include <QObject> | 26 | #include <QObject> |
27 | 27 | ||
28 | #include "sinkcommon_export.h" | 28 | #include "sink_export.h" |
29 | #include <storage.h> | 29 | #include <storage.h> |
30 | 30 | ||
31 | #include <Async/Async> | 31 | #include <Async/Async> |
@@ -37,7 +37,7 @@ namespace Sink | |||
37 | 37 | ||
38 | class Preprocessor; | 38 | class Preprocessor; |
39 | 39 | ||
40 | class SINKCOMMON_EXPORT Pipeline : public QObject | 40 | class SINK_EXPORT Pipeline : public QObject |
41 | { | 41 | { |
42 | Q_OBJECT | 42 | Q_OBJECT |
43 | 43 | ||
@@ -77,7 +77,7 @@ private: | |||
77 | Private * const d; | 77 | Private * const d; |
78 | }; | 78 | }; |
79 | 79 | ||
80 | class SINKCOMMON_EXPORT Preprocessor | 80 | class SINK_EXPORT Preprocessor |
81 | { | 81 | { |
82 | public: | 82 | public: |
83 | Preprocessor(); | 83 | Preprocessor(); |