diff options
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 4894806..da188bf 100644 --- a/common/changereplay.h +++ b/common/changereplay.h | |||
@@ -42,7 +42,7 @@ public: | |||
42 | ChangeReplay(const ResourceContext &resourceContext); | 42 | ChangeReplay(const ResourceContext &resourceContext); |
43 | 43 | ||
44 | qint64 getLastReplayedRevision(); | 44 | qint64 getLastReplayedRevision(); |
45 | bool allChangesReplayed(); | 45 | virtual bool allChangesReplayed(); |
46 | 46 | ||
47 | signals: | 47 | signals: |
48 | void changesReplayed(); | 48 | void changesReplayed(); |