diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 707e81d..179bb5c 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -100,6 +100,10 @@ public: | |||
100 | return resultSet->emitter(); | 100 | return resultSet->emitter(); |
101 | } | 101 | } |
102 | 102 | ||
103 | enum Roles { | ||
104 | DomainObjectRole = Qt::UserRole + 1 //Must be the same as in ModelResult | ||
105 | }; | ||
106 | |||
103 | /** | 107 | /** |
104 | * Asynchronusly load a dataset with tree structure information | 108 | * Asynchronusly load a dataset with tree structure information |
105 | */ | 109 | */ |