diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-14 01:54:17 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-14 01:54:17 +0200 |
commit | 64f4244f5b5a2e830a240b6962c6708bd12a6d35 (patch) | |
tree | df02e39d5438d5ef54dae05a89564dbdbd5a31d5 /examples/dummyresource/resourcefactory.cpp | |
parent | cd2bc8a5d124faf46a9944e6d04feb140b66e54e (diff) | |
download | sink-64f4244f5b5a2e830a240b6962c6708bd12a6d35.tar.gz sink-64f4244f5b5a2e830a240b6962c6708bd12a6d35.zip |
Modify/Delete commands
Diffstat (limited to 'examples/dummyresource/resourcefactory.cpp')
-rw-r--r-- | examples/dummyresource/resourcefactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dummyresource/resourcefactory.cpp b/examples/dummyresource/resourcefactory.cpp index 9e8a2fc..b9123d5 100644 --- a/examples/dummyresource/resourcefactory.cpp +++ b/examples/dummyresource/resourcefactory.cpp | |||
@@ -58,6 +58,7 @@ void DummyResource::configurePipeline(Akonadi2::Pipeline *pipeline) | |||
58 | }); | 58 | }); |
59 | 59 | ||
60 | pipeline->setPreprocessors(ENTITY_TYPE_EVENT, Akonadi2::Pipeline::NewPipeline, QVector<Akonadi2::Preprocessor*>() << eventIndexer); | 60 | pipeline->setPreprocessors(ENTITY_TYPE_EVENT, Akonadi2::Pipeline::NewPipeline, QVector<Akonadi2::Preprocessor*>() << eventIndexer); |
61 | pipeline->setAdaptorFactory(ENTITY_TYPE_EVENT, eventFactory); | ||
61 | //TODO cleanup indexes during removal | 62 | //TODO cleanup indexes during removal |
62 | GenericResource::configurePipeline(pipeline); | 63 | GenericResource::configurePipeline(pipeline); |
63 | } | 64 | } |