diff options
Diffstat (limited to 'common/store.h')
-rw-r--r-- | common/store.h | 2 |
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 | */ |
61 | template <class DomainType> | 61 | template <class DomainType> |
62 | QSharedPointer<QAbstractItemModel> SINK_EXPORT loadModel(Query query); | 62 | QSharedPointer<QAbstractItemModel> SINK_EXPORT loadModel(const Query &query); |
63 | 63 | ||
64 | /** | 64 | /** |
65 | * Create a new entity. | 65 | * Create a new entity. |