summaryrefslogtreecommitdiffstats
path: root/common/modelresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/modelresult.h')
-rw-r--r--common/modelresult.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/modelresult.h b/common/modelresult.h
index 7924e2d..b7fc0ec 100644
--- a/common/modelresult.h
+++ b/common/modelresult.h
@@ -73,6 +73,7 @@ private:
73 QMap<qint64 /* child entity id */, qint64 /* parent entity id*/> mParents; 73 QMap<qint64 /* child entity id */, qint64 /* parent entity id*/> mParents;
74 QSet<qint64 /* entity id */> mEntityChildrenFetched; 74 QSet<qint64 /* entity id */> mEntityChildrenFetched;
75 QSet<qint64 /* entity id */> mEntityChildrenFetchComplete; 75 QSet<qint64 /* entity id */> mEntityChildrenFetchComplete;
76 QSet<qint64 /* entity id */> mEntityAllChildrenFetched;
76 QList<QByteArray> mPropertyColumns; 77 QList<QByteArray> mPropertyColumns;
77 Sink::Query mQuery; 78 Sink::Query mQuery;
78 std::function<void(const Ptr &)> loadEntities; 79 std::function<void(const Ptr &)> loadEntities;