From 64f4244f5b5a2e830a240b6962c6708bd12a6d35 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 14 Jul 2015 01:54:17 +0200 Subject: Modify/Delete commands --- examples/dummyresource/resourcefactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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) }); pipeline->setPreprocessors(ENTITY_TYPE_EVENT, Akonadi2::Pipeline::NewPipeline, QVector() << eventIndexer); + pipeline->setAdaptorFactory(ENTITY_TYPE_EVENT, eventFactory); //TODO cleanup indexes during removal GenericResource::configurePipeline(pipeline); } -- cgit v1.2.3