summaryrefslogtreecommitdiffstats
path: root/tests/testimplementations.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-13 14:22:11 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-13 14:24:56 +0200
commite44295ca2005c81e17fcdfa1b9da44275f0a3e45 (patch)
treeadf2ba5163506688e1f78710ab93c08428c3ffdb /tests/testimplementations.h
parentb15fcfdef6f45da7229334c5452d4696896e9c29 (diff)
downloadsink-e44295ca2005c81e17fcdfa1b9da44275f0a3e45.tar.gz
sink-e44295ca2005c81e17fcdfa1b9da44275f0a3e45.zip
Benchmark incremental queries
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r--tests/testimplementations.h5
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
74public slots: 79public slots:
75 void open() Q_DECL_OVERRIDE 80 void open() Q_DECL_OVERRIDE
76 { 81 {