diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 23:37:33 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-28 23:37:33 +0100 |
commit | 73ad9440244579ba625df970aa280e162f6f1c86 (patch) | |
tree | aa0bd4a40ff61a789bce2536c36e37a54143d52e /examples/maildirresource/maildirresource.cpp | |
parent | 2b9295f8d078081c9aecfe6047cb331ab0cd0129 (diff) | |
download | sink-73ad9440244579ba625df970aa280e162f6f1c86.tar.gz sink-73ad9440244579ba625df970aa280e162f6f1c86.zip |
Renamed RemoteIdMap to SynchronizerStore
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 | ||