diff options
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index b663dea..c9982b7 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -46,7 +46,7 @@ class SINK_EXPORT Pipeline : public QObject | |||
46 | Q_OBJECT | 46 | Q_OBJECT |
47 | 47 | ||
48 | public: | 48 | public: |
49 | Pipeline(const ResourceContext &context); | 49 | Pipeline(const ResourceContext &context, const Sink::Log::Context &ctx); |
50 | ~Pipeline(); | 50 | ~Pipeline(); |
51 | 51 | ||
52 | void setPreprocessors(const QString &entityType, const QVector<Preprocessor *> &preprocessors); | 52 | void setPreprocessors(const QString &entityType, const QVector<Preprocessor *> &preprocessors); |