diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-06 15:15:22 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-06 15:15:22 +0100 |
commit | 470203f1c09fa1811ae2859520c168901d5fa6cd (patch) | |
tree | 6e520109547313cc7a6d5672c46699e78f4fb825 /common/synchronizer.h | |
parent | 02219fb46fff9312ec2bf3896fdee6dd537aaa0d (diff) | |
download | sink-470203f1c09fa1811ae2859520c168901d5fa6cd.tar.gz sink-470203f1c09fa1811ae2859520c168901d5fa6cd.zip |
Debug output
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r-- | common/synchronizer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h index 2c56d6a..a0a432c 100644 --- a/common/synchronizer.h +++ b/common/synchronizer.h | |||
@@ -166,11 +166,12 @@ protected: | |||
166 | */ | 166 | */ |
167 | virtual QList<Synchronizer::SyncRequest> getSyncRequests(const Sink::QueryBase &query); | 167 | virtual QList<Synchronizer::SyncRequest> getSyncRequests(const Sink::QueryBase &query); |
168 | 168 | ||
169 | protected: | ||
170 | Sink::Log::Context mLogCtx; | ||
169 | private: | 171 | private: |
170 | void modifyIfChanged(Storage::EntityStore &store, const QByteArray &bufferType, const QByteArray &sinkId, const Sink::ApplicationDomain::ApplicationDomainType &entity); | 172 | void modifyIfChanged(Storage::EntityStore &store, const QByteArray &bufferType, const QByteArray &sinkId, const Sink::ApplicationDomain::ApplicationDomainType &entity); |
171 | KAsync::Job<void> processSyncQueue(); | 173 | KAsync::Job<void> processSyncQueue(); |
172 | 174 | ||
173 | Sink::Log::Context mLogCtx; | ||
174 | Sink::ResourceContext mResourceContext; | 175 | Sink::ResourceContext mResourceContext; |
175 | Sink::Storage::EntityStore::Ptr mEntityStore; | 176 | Sink::Storage::EntityStore::Ptr mEntityStore; |
176 | QSharedPointer<SynchronizerStore> mSyncStore; | 177 | QSharedPointer<SynchronizerStore> mSyncStore; |