diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-30 11:09:31 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-30 11:09:31 +0100 |
commit | b5648af02ea7246b41d24e242c5f94e43e43980e (patch) | |
tree | 141fa70a3336bde700b232e5d978b04c3eb8a887 /common/clientapi.h | |
parent | f715898a1b6781e2860727942ce510f324a23c71 (diff) | |
download | sink-b5648af02ea7246b41d24e242c5f94e43e43980e.tar.gz sink-b5648af02ea7246b41d24e242c5f94e43e43980e.zip |
Provide status information about children fetch state
The fetch state is per parent.
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 04f1305..8f87562 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -44,7 +44,8 @@ public: | |||
44 | static QByteArray resourceName(const QByteArray &instanceIdentifier); | 44 | static QByteArray resourceName(const QByteArray &instanceIdentifier); |
45 | 45 | ||
46 | enum Roles { | 46 | enum Roles { |
47 | DomainObjectRole = Qt::UserRole + 1 //Must be the same as in ModelResult | 47 | DomainObjectRole = Qt::UserRole + 1, //Must be the same as in ModelResult |
48 | ChildrenFetchedRole | ||
48 | }; | 49 | }; |
49 | 50 | ||
50 | /** | 51 | /** |