summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-19 09:37:42 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-19 09:37:42 +0100
commitef205affdb73bfdbef5830996e6336e583660fbc (patch)
treeaba43d38e6ea9a2b48a6818978bad123fbb5bcc0 /common/clientapi.h
parentb42047ad90470ecab329375fdacff03564c80074 (diff)
downloadsink-ef205affdb73bfdbef5830996e6336e583660fbc.tar.gz
sink-ef205affdb73bfdbef5830996e6336e583660fbc.zip
Use the new modelresult in the dummyclient
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h4
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 */