summaryrefslogtreecommitdiffstats
path: root/common/modelresult.cpp
diff options
context:
space:
mode:
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);