diff options
Diffstat (limited to 'examples/maildirresource/maildirresource.cpp')
-rw-r--r-- | examples/maildirresource/maildirresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/maildirresource.cpp b/examples/maildirresource/maildirresource.cpp index 2b19789..708dabc 100644 --- a/examples/maildirresource/maildirresource.cpp +++ b/examples/maildirresource/maildirresource.cpp | |||
@@ -443,7 +443,7 @@ protected: | |||
443 | auto transaction = mainStore->createTransaction(Sink::Storage::DataStore::ReadOnly); | 443 | auto transaction = mainStore->createTransaction(Sink::Storage::DataStore::ReadOnly); |
444 | 444 | ||
445 | Sink::Storage::EntityStore entityStore(mResourceContext); | 445 | Sink::Storage::EntityStore entityStore(mResourceContext); |
446 | auto syncStore = QSharedPointer<RemoteIdMap>::create(synchronizationTransaction); | 446 | auto syncStore = QSharedPointer<SynchronizerStore>::create(synchronizationTransaction); |
447 | 447 | ||
448 | SinkTrace() << "Inspecting " << inspectionType << domainType << entityId << property << expectedValue; | 448 | SinkTrace() << "Inspecting " << inspectionType << domainType << entityId << property << expectedValue; |
449 | 449 | ||