diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-06 14:09:32 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-06 14:09:32 +0200 |
commit | 26121115954d89d677b631fd5e576ef263b0c41b (patch) | |
tree | 7be71fcc0d1efacb42f5155a66e9db58a92a47e3 /common/changereplay.h | |
parent | 128d9e1a187146abb34fe2932e1cbd52b0ea8eb4 (diff) | |
download | sink-26121115954d89d677b631fd5e576ef263b0c41b.tar.gz sink-26121115954d89d677b631fd5e576ef263b0c41b.zip |
Fixed changereplay guard
...and improved debug output slightly.
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 2772da9..edc4462 100644 --- a/common/changereplay.h +++ b/common/changereplay.h | |||
@@ -39,7 +39,7 @@ class SINK_EXPORT ChangeReplay : public QObject | |||
39 | { | 39 | { |
40 | Q_OBJECT | 40 | Q_OBJECT |
41 | public: | 41 | public: |
42 | ChangeReplay(const ResourceContext &resourceContext); | 42 | ChangeReplay(const ResourceContext &resourceContext, const Sink::Log::Context &ctx= {}); |
43 | 43 | ||
44 | qint64 getLastReplayedRevision(); | 44 | qint64 getLastReplayedRevision(); |
45 | virtual bool allChangesReplayed(); | 45 | virtual bool allChangesReplayed(); |