summaryrefslogtreecommitdiffstats
path: root/tests/clientapitest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-20 16:02:38 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-20 16:02:38 +0100
commit1864024012213dc0a17c76e9755bf50a19944ec7 (patch)
tree06690c35c05c29deec30a3dd412d4043e2c956a3 /tests/clientapitest.cpp
parent6625bb5a2145008ad47ae963e1546714b7342bf0 (diff)
downloadsink-1864024012213dc0a17c76e9755bf50a19944ec7.tar.gz
sink-1864024012213dc0a17c76e9755bf50a19944ec7.zip
Report when we don't have any more to fetch.
... so we can use that information in fetchMore.
Diffstat (limited to 'tests/clientapitest.cpp')
-rw-r--r--tests/clientapitest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp
index 4afe328..d2fb747 100644
--- a/tests/clientapitest.cpp
+++ b/tests/clientapitest.cpp
@@ -78,7 +78,7 @@ public:
78 resultProvider->add(res); 78 resultProvider->add(res);
79 } 79 }
80 } 80 }
81 resultProvider->initialResultSetComplete(parent); 81 resultProvider->initialResultSetComplete(parent, true);
82 }); 82 });
83 auto job = KAsync::syncStart<void>([query, resultProvider]() {}); 83 auto job = KAsync::syncStart<void>([query, resultProvider]() {});
84 mResultProvider = resultProvider; 84 mResultProvider = resultProvider;