summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/maildirresource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/maildirresource/maildirresource.cpp')
-rw-r--r--examples/maildirresource/maildirresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/maildirresource.cpp b/examples/maildirresource/maildirresource.cpp
index 997ddef..b64e8d3 100644
--- a/examples/maildirresource/maildirresource.cpp
+++ b/examples/maildirresource/maildirresource.cpp
@@ -454,7 +454,7 @@ protected:
454 auto mainStore = QSharedPointer<Sink::Storage::DataStore>::create(Sink::storageLocation(), mResourceContext.instanceId(), Sink::Storage::DataStore::ReadOnly); 454 auto mainStore = QSharedPointer<Sink::Storage::DataStore>::create(Sink::storageLocation(), mResourceContext.instanceId(), Sink::Storage::DataStore::ReadOnly);
455 auto transaction = mainStore->createTransaction(Sink::Storage::DataStore::ReadOnly); 455 auto transaction = mainStore->createTransaction(Sink::Storage::DataStore::ReadOnly);
456 456
457 Sink::Storage::EntityStore entityStore(mResourceContext); 457 Sink::Storage::EntityStore entityStore(mResourceContext, {"maildirresource"});
458 auto syncStore = QSharedPointer<SynchronizerStore>::create(synchronizationTransaction); 458 auto syncStore = QSharedPointer<SynchronizerStore>::create(synchronizationTransaction);
459 459
460 SinkTrace() << "Inspecting " << inspectionType << domainType << entityId << property << expectedValue; 460 SinkTrace() << "Inspecting " << inspectionType << domainType << entityId << property << expectedValue;