diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-17 22:32:44 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-21 09:18:49 +0200 |
commit | e661bd33b7bf8da546cbdbe23c9ddcf568930a1a (patch) | |
tree | 03317c8fc984f88c1a8ed27477a482f4f5f18815 /common/resultset.h | |
parent | 9e1850071a471ce275194f3882054694cea798e7 (diff) | |
download | sink-e661bd33b7bf8da546cbdbe23c9ddcf568930a1a.tar.gz sink-e661bd33b7bf8da546cbdbe23c9ddcf568930a1a.zip |
Simplified replaySet
Diffstat (limited to 'common/resultset.h')
-rw-r--r-- | common/resultset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/resultset.h b/common/resultset.h index 7b77417..a86a2e2 100644 --- a/common/resultset.h +++ b/common/resultset.h | |||
@@ -55,6 +55,8 @@ public: | |||
55 | 55 | ||
56 | void skip(int number); | 56 | void skip(int number); |
57 | 57 | ||
58 | qint64 replaySet(int offset, int batchSize, const Callback &callback); | ||
59 | |||
58 | QByteArray id(); | 60 | QByteArray id(); |
59 | 61 | ||
60 | bool isEmpty(); | 62 | bool isEmpty(); |