summaryrefslogtreecommitdiffstats
path: root/common/resultprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/resultprovider.h')
-rw-r--r--common/resultprovider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resultprovider.h b/common/resultprovider.h
index 08a7d53..2c373c3 100644
--- a/common/resultprovider.h
+++ b/common/resultprovider.h
@@ -363,6 +363,7 @@ public:
363 void fetch(const DomainType &parent) Q_DECL_OVERRIDE 363 void fetch(const DomainType &parent) Q_DECL_OVERRIDE
364 { 364 {
365 if (mEmitter.isEmpty()) { 365 if (mEmitter.isEmpty()) {
366 Trace() << "No child emitters, the result is complete";
366 this->initialResultSetComplete(parent); 367 this->initialResultSetComplete(parent);
367 } else { 368 } else {
368 for (const auto &emitter : mEmitter) { 369 for (const auto &emitter : mEmitter) {