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/imapresource/imapresource.cpp | |
parent | 2b9295f8d078081c9aecfe6047cb331ab0cd0129 (diff) | |
download | sink-73ad9440244579ba625df970aa280e162f6f1c86.tar.gz sink-73ad9440244579ba625df970aa280e162f6f1c86.zip |
Renamed RemoteIdMap to SynchronizerStore
Diffstat (limited to 'examples/imapresource/imapresource.cpp')
-rw-r--r-- | examples/imapresource/imapresource.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 40fa75f..9577f3e 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -28,7 +28,6 @@ | |||
28 | #include "inspection.h" | 28 | #include "inspection.h" |
29 | #include "synchronizer.h" | 29 | #include "synchronizer.h" |
30 | #include "inspector.h" | 30 | #include "inspector.h" |
31 | #include "remoteidmap.h" | ||
32 | #include "query.h" | 31 | #include "query.h" |
33 | 32 | ||
34 | #include <QtGlobal> | 33 | #include <QtGlobal> |
@@ -571,7 +570,7 @@ protected: | |||
571 | auto transaction = mainStore->createTransaction(Sink::Storage::DataStore::ReadOnly); | 570 | auto transaction = mainStore->createTransaction(Sink::Storage::DataStore::ReadOnly); |
572 | 571 | ||
573 | Sink::Storage::EntityStore entityStore(mResourceContext); | 572 | Sink::Storage::EntityStore entityStore(mResourceContext); |
574 | auto syncStore = QSharedPointer<Sink::RemoteIdMap>::create(synchronizationTransaction); | 573 | auto syncStore = QSharedPointer<Sink::SynchronizerStore>::create(synchronizationTransaction); |
575 | 574 | ||
576 | SinkTrace() << "Inspecting " << inspectionType << domainType << entityId << property << expectedValue; | 575 | SinkTrace() << "Inspecting " << inspectionType << domainType << entityId << property << expectedValue; |
577 | 576 | ||