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 --- common/synchronizer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/synchronizer.cpp') diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index f7dd816..11c7caf 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp @@ -22,7 +22,7 @@ #include "definitions.h" #include "commands.h" #include "bufferutils.h" -#include "remoteidmap.h" +#include "synchronizerstore.h" #include "datastorequery.h" #include "createentity_generated.h" #include "modifyentity_generated.h" @@ -66,10 +66,10 @@ Storage::EntityStore &Synchronizer::store() return *mEntityStore; } -RemoteIdMap &Synchronizer::syncStore() +SynchronizerStore &Synchronizer::syncStore() { if (!mSyncStore) { - mSyncStore = QSharedPointer::create(syncTransaction()); + mSyncStore = QSharedPointer::create(syncTransaction()); } return *mSyncStore; } -- cgit v1.2.3