summaryrefslogtreecommitdiffstats
path: root/common/modelresult.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-20 16:02:38 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-20 16:02:38 +0100
commit1864024012213dc0a17c76e9755bf50a19944ec7 (patch)
tree06690c35c05c29deec30a3dd412d4043e2c956a3 /common/modelresult.h
parent6625bb5a2145008ad47ae963e1546714b7342bf0 (diff)
downloadsink-1864024012213dc0a17c76e9755bf50a19944ec7.tar.gz
sink-1864024012213dc0a17c76e9755bf50a19944ec7.zip
Report when we don't have any more to fetch.
... so we can use that information in fetchMore.
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;