summaryrefslogtreecommitdiffstats
path: root/common/resultset.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resultset.h')
-rw-r--r--common/resultset.h2
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();