diff options
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 | /** |