summaryrefslogtreecommitdiffstats
path: root/common/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/store.h')
-rw-r--r--common/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/store.h b/common/store.h
index b261f47..d2ab9b5 100644
--- a/common/store.h
+++ b/common/store.h
@@ -59,7 +59,7 @@ enum Roles
59* Asynchronusly load a dataset with tree structure information 59* Asynchronusly load a dataset with tree structure information
60*/ 60*/
61template <class DomainType> 61template <class DomainType>
62QSharedPointer<QAbstractItemModel> SINK_EXPORT loadModel(Query query); 62QSharedPointer<QAbstractItemModel> SINK_EXPORT loadModel(const Query &query);
63 63
64/** 64/**
65 * Create a new entity. 65 * Create a new entity.