diff options
Diffstat (limited to 'common/datastorequery.cpp')
-rw-r--r-- | common/datastorequery.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/datastorequery.cpp b/common/datastorequery.cpp index d4a83b1..8897c29 100644 --- a/common/datastorequery.cpp +++ b/common/datastorequery.cpp | |||
@@ -300,8 +300,8 @@ public: | |||
300 | } | 300 | } |
301 | }; | 301 | }; |
302 | 302 | ||
303 | DataStoreQuery::DataStoreQuery(const Sink::Query &query, const QByteArray &type, EntityStore::Ptr store, TypeIndex &typeIndex, std::function<QVariant(const Sink::Entity &entity, const QByteArray &property)> getProperty) | 303 | DataStoreQuery::DataStoreQuery(const Sink::Query &query, const QByteArray &type, EntityStore::Ptr store, std::function<QVariant(const Sink::Entity &entity, const QByteArray &property)> getProperty) |
304 | : mQuery(query), mType(type), mTypeIndex(typeIndex), mGetProperty(getProperty), mStore(store) | 304 | : mQuery(query), mType(type), mGetProperty(getProperty), mStore(store) |
305 | { | 305 | { |
306 | setupQuery(); | 306 | setupQuery(); |
307 | } | 307 | } |