diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 10:26:11 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 10:26:11 +0100 |
commit | b6981d94fb5fb12024738b639f9e389dd04578da (patch) | |
tree | f13e16f84ba9cf33782af7a0b0dbd82c5d65afd4 /common/genericresource.h | |
parent | 1d713d9e2dbaf27de9da087f9270d260dfc40c31 (diff) | |
download | sink-b6981d94fb5fb12024738b639f9e389dd04578da.tar.gz sink-b6981d94fb5fb12024738b639f9e389dd04578da.zip |
Process change replays as part of the synchronization queue
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 7e0f5ad..3f92e93 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -62,8 +62,6 @@ private slots: | |||
62 | void updateLowerBoundRevision(); | 62 | void updateLowerBoundRevision(); |
63 | 63 | ||
64 | protected: | 64 | protected: |
65 | void enableChangeReplay(bool); | ||
66 | |||
67 | void setupPreprocessors(const QByteArray &type, const QVector<Sink::Preprocessor *> &preprocessors); | 65 | void setupPreprocessors(const QByteArray &type, const QVector<Sink::Preprocessor *> &preprocessors); |
68 | void setupSynchronizer(const QSharedPointer<Synchronizer> &synchronizer); | 66 | void setupSynchronizer(const QSharedPointer<Synchronizer> &synchronizer); |
69 | 67 | ||