diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-22 22:05:40 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-22 22:05:40 +0100 |
commit | 6b1cf550608c2f17cbed9e375f15a4c14bfe8ace (patch) | |
tree | 2e693a731bb2e9ce1a793b14cef98cdc13e382cd /common/pipeline.h | |
parent | b2ad8f785e801a35cadf254d827f56d648be510c (diff) | |
download | sink-6b1cf550608c2f17cbed9e375f15a4c14bfe8ace.tar.gz sink-6b1cf550608c2f17cbed9e375f15a4c14bfe8ace.zip |
More Log::Context
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); |