From 73ad9440244579ba625df970aa280e162f6f1c86 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 28 Nov 2016 23:37:33 +0100 Subject: Renamed RemoteIdMap to SynchronizerStore --- examples/imapresource/imapresource.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/imapresource/imapresource.cpp') 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 @@ #include "inspection.h" #include "synchronizer.h" #include "inspector.h" -#include "remoteidmap.h" #include "query.h" #include @@ -571,7 +570,7 @@ protected: auto transaction = mainStore->createTransaction(Sink::Storage::DataStore::ReadOnly); Sink::Storage::EntityStore entityStore(mResourceContext); - auto syncStore = QSharedPointer::create(synchronizationTransaction); + auto syncStore = QSharedPointer::create(synchronizationTransaction); SinkTrace() << "Inspecting " << inspectionType << domainType << entityId << property << expectedValue; -- cgit v1.2.3