diff options
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 | ||