summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/clientapitest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp
index 008b408..da52afb 100644
--- a/tests/clientapitest.cpp
+++ b/tests/clientapitest.cpp
@@ -99,7 +99,7 @@ public:
99 return 0; 99 return 0;
100 }, runAsync).exec(); 100 }, runAsync).exec();
101 }); 101 });
102 auto job = KAsync::syncStart<void>([query, resultProvider]() {}); 102 auto job = KAsync::start([query, resultProvider]() {});
103 mResultProvider = resultProvider.data(); 103 mResultProvider = resultProvider.data();
104 return qMakePair(job, emitter); 104 return qMakePair(job, emitter);
105 } 105 }