diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 14:22:11 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 14:24:56 +0200 |
commit | e44295ca2005c81e17fcdfa1b9da44275f0a3e45 (patch) | |
tree | adf2ba5163506688e1f78710ab93c08428c3ffdb /tests/testimplementations.h | |
parent | b15fcfdef6f45da7229334c5452d4696896e9c29 (diff) | |
download | sink-e44295ca2005c81e17fcdfa1b9da44275f0a3e45.tar.gz sink-e44295ca2005c81e17fcdfa1b9da44275f0a3e45.zip |
Benchmark incremental queries
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r-- | tests/testimplementations.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testimplementations.h b/tests/testimplementations.h index ff9d9b8..c7f4ce0 100644 --- a/tests/testimplementations.h +++ b/tests/testimplementations.h | |||
@@ -71,6 +71,11 @@ public: | |||
71 | return KAsync::null<void>(); | 71 | return KAsync::null<void>(); |
72 | } | 72 | } |
73 | 73 | ||
74 | void revisionUpdate(qint64 rev) | ||
75 | { | ||
76 | emit revisionChanged(rev); | ||
77 | } | ||
78 | |||
74 | public slots: | 79 | public slots: |
75 | void open() Q_DECL_OVERRIDE | 80 | void open() Q_DECL_OVERRIDE |
76 | { | 81 | { |