summaryrefslogtreecommitdiffstats
path: root/common/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/pipeline.h')
-rw-r--r--common/pipeline.h8
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
38class Preprocessor; 38class Preprocessor;
39 39
40class SINKCOMMON_EXPORT Pipeline : public QObject 40class 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
75private: 75private:
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
82class SINKCOMMON_EXPORT Preprocessor 80class SINK_EXPORT Preprocessor
83{ 81{
84public: 82public:
85 Preprocessor(); 83 Preprocessor();