diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-08 21:40:13 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-08 21:40:13 +0200 |
commit | 205729e3ab9664c8b2d56cc478daac2c5afd1b28 (patch) | |
tree | 63306ba796052dafb5a1c73e80654a46dae93f75 /common/changereplay.h | |
parent | fd9a5b1ff3b31f80d72283d6011459127dead282 (diff) | |
download | sink-205729e3ab9664c8b2d56cc478daac2c5afd1b28.tar.gz sink-205729e3ab9664c8b2d56cc478daac2c5afd1b28.zip |
Guard the changereplay callbacks using the new API
Diffstat (limited to 'common/changereplay.h')
-rw-r--r-- | common/changereplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changereplay.h b/common/changereplay.h index edc4462..ab2d857 100644 --- a/common/changereplay.h +++ b/common/changereplay.h | |||
@@ -63,7 +63,7 @@ private: | |||
63 | bool mReplayInProgress; | 63 | bool mReplayInProgress; |
64 | Sink::Storage::DataStore::Transaction mMainStoreTransaction; | 64 | Sink::Storage::DataStore::Transaction mMainStoreTransaction; |
65 | Sink::Log::Context mLogCtx; | 65 | Sink::Log::Context mLogCtx; |
66 | QSharedPointer<QObject> mGuard; | 66 | QObject mGuard; |
67 | }; | 67 | }; |
68 | 68 | ||
69 | class NullChangeReplay : public ChangeReplay | 69 | class NullChangeReplay : public ChangeReplay |