From b5648af02ea7246b41d24e242c5f94e43e43980e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 30 Nov 2015 11:09:31 +0100 Subject: Provide status information about children fetch state The fetch state is per parent. --- common/clientapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/clientapi.h') 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: static QByteArray resourceName(const QByteArray &instanceIdentifier); enum Roles { - DomainObjectRole = Qt::UserRole + 1 //Must be the same as in ModelResult + DomainObjectRole = Qt::UserRole + 1, //Must be the same as in ModelResult + ChildrenFetchedRole }; /** -- cgit v1.2.3