diff options
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index 60a5fa5..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 | ||
@@ -73,13 +73,11 @@ Q_SIGNALS: | |||
73 | void revisionUpdated(qint64); | 73 | void revisionUpdated(qint64); |
74 | 74 | ||
75 | private: | 75 | private: |
76 | void storeNewRevision(qint64 newRevision, const flatbuffers::FlatBufferBuilder &fbb, const QByteArray &bufferType, const QByteArray &uid); | ||
77 | |||
78 | class Private; | 76 | class Private; |
79 | Private * const d; | 77 | Private * const d; |
80 | }; | 78 | }; |
81 | 79 | ||
82 | class SINKCOMMON_EXPORT Preprocessor | 80 | class SINK_EXPORT Preprocessor |
83 | { | 81 | { |
84 | public: | 82 | public: |
85 | Preprocessor(); | 83 | Preprocessor(); |