diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-03 12:42:42 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-03 12:42:42 +0100 |
commit | e1c6979863b4994eabeb7ae35208472c234b24f6 (patch) | |
tree | 9f65c4449cc86b92cf566b3b1c17dd021b31efdb /common/pipeline.h | |
parent | 4067462b0a27984df84b0379c19122d574253dfb (diff) | |
download | sink-e1c6979863b4994eabeb7ae35208472c234b24f6.tar.gz sink-e1c6979863b4994eabeb7ae35208472c234b24f6.zip |
Pass entity to preprocessor.
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index 6005331..6b847f5 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -114,7 +114,6 @@ public: | |||
114 | bool isIdle() const; | 114 | bool isIdle() const; |
115 | QByteArray key() const; | 115 | QByteArray key() const; |
116 | Pipeline::Type type() const; | 116 | Pipeline::Type type() const; |
117 | const Akonadi2::Entity &entity() const; | ||
118 | 117 | ||
119 | void step(); | 118 | void step(); |
120 | void processingCompleted(Preprocessor *filter); | 119 | void processingCompleted(Preprocessor *filter); |
@@ -130,7 +129,7 @@ public: | |||
130 | Preprocessor(); | 129 | Preprocessor(); |
131 | virtual ~Preprocessor(); | 130 | virtual ~Preprocessor(); |
132 | 131 | ||
133 | virtual void process(PipelineState state); | 132 | virtual void process(PipelineState state, const Akonadi2::Entity &); |
134 | 133 | ||
135 | protected: | 134 | protected: |
136 | void processingCompleted(PipelineState state); | 135 | void processingCompleted(PipelineState state); |