summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/store.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/store.cpp b/common/store.cpp
index 0ac99be..2ee6695 100644
--- a/common/store.cpp
+++ b/common/store.cpp
@@ -256,8 +256,8 @@ KAsync::Job<QList<typename DomainType::Ptr>> Store::fetch(const Sink::Query &que
256 future.setError(1, "Not enough values."); 256 future.setError(1, "Not enough values.");
257 } else { 257 } else {
258 future.setValue(*list); 258 future.setValue(*list);
259 future.setFinished();
259 } 260 }
260 future.setFinished();
261 } 261 }
262 }); 262 });
263 } 263 }