diff options
Diffstat (limited to 'common/queryrunner.cpp')
-rw-r--r-- | common/queryrunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/queryrunner.cpp b/common/queryrunner.cpp index cb3687f..802fc48 100644 --- a/common/queryrunner.cpp +++ b/common/queryrunner.cpp | |||
@@ -125,7 +125,7 @@ QueryRunner<DomainType>::QueryRunner(const Sink::Query &query, const Sink::Resou | |||
125 | return KAsync::null(); | 125 | return KAsync::null(); |
126 | } | 126 | } |
127 | Q_ASSERT(!mQueryInProgress); | 127 | Q_ASSERT(!mQueryInProgress); |
128 | return KAsync::syncStart<void>([&] { | 128 | return KAsync::start([&] { |
129 | mQueryInProgress = true; | 129 | mQueryInProgress = true; |
130 | }) | 130 | }) |
131 | .then(async::run<ReplayResult>([=]() { | 131 | .then(async::run<ReplayResult>([=]() { |