summaryrefslogtreecommitdiffstats
path: root/common/modelresult.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-17 10:56:34 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-17 10:56:34 +0100
commit526220eb10bb76205203e3382d9e10d4ec38565a (patch)
tree5d3fcdc7b273454522169f33eca0ea84f85ec68c /common/modelresult.cpp
parentbbbe87b20a3793aff985e583417ffb56589d5f59 (diff)
downloadsink-526220eb10bb76205203e3382d9e10d4ec38565a.tar.gz
sink-526220eb10bb76205203e3382d9e10d4ec38565a.zip
Debug output
Diffstat (limited to 'common/modelresult.cpp')
-rw-r--r--common/modelresult.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modelresult.cpp b/common/modelresult.cpp
index 690a17e..22798d9 100644
--- a/common/modelresult.cpp
+++ b/common/modelresult.cpp
@@ -163,6 +163,7 @@ void ModelResult<T, Ptr>::add(const Ptr &value)
163 const auto id = parentId(value); 163 const auto id = parentId(value);
164 //Ignore updates we get before the initial fetch is done 164 //Ignore updates we get before the initial fetch is done
165 if (!mEntityChildrenFetched.contains(id)) { 165 if (!mEntityChildrenFetched.contains(id)) {
166 Trace() << "Too early" << id;
166 return; 167 return;
167 } 168 }
168 auto parent = createIndexFromId(id); 169 auto parent = createIndexFromId(id);