diff options
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); |