diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-17 10:56:34 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-17 10:56:34 +0100 |
commit | 526220eb10bb76205203e3382d9e10d4ec38565a (patch) | |
tree | 5d3fcdc7b273454522169f33eca0ea84f85ec68c /common/resultprovider.h | |
parent | bbbe87b20a3793aff985e583417ffb56589d5f59 (diff) | |
download | sink-526220eb10bb76205203e3382d9e10d4ec38565a.tar.gz sink-526220eb10bb76205203e3382d9e10d4ec38565a.zip |
Debug output
Diffstat (limited to 'common/resultprovider.h')
-rw-r--r-- | common/resultprovider.h | 1 |
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) { |