diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-04 15:07:35 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-04 15:07:35 +0100 |
commit | c04755a772cbc6b2cf3a80e9c3c17b718e153c55 (patch) | |
tree | 9284c7c1bcd58912d19a5d2a614b5953443556ff /common/storage/entitystore.cpp | |
parent | ba94c4300c52dd80774ed7affc2ef9b4508cb7be (diff) | |
download | sink-c04755a772cbc6b2cf3a80e9c3c17b718e153c55.tar.gz sink-c04755a772cbc6b2cf3a80e9c3c17b718e153c55.zip |
User querybase
Diffstat (limited to 'common/storage/entitystore.cpp')
-rw-r--r-- | common/storage/entitystore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index 3c3840a..3512e34 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp | |||
@@ -338,7 +338,7 @@ QVector<QByteArray> EntityStore::fullScan(const QByteArray &type) | |||
338 | return keys.toList().toVector(); | 338 | return keys.toList().toVector(); |
339 | } | 339 | } |
340 | 340 | ||
341 | QVector<QByteArray> EntityStore::indexLookup(const QByteArray &type, const Query &query, QSet<QByteArray> &appliedFilters, QByteArray &appliedSorting) | 341 | QVector<QByteArray> EntityStore::indexLookup(const QByteArray &type, const QueryBase &query, QSet<QByteArray> &appliedFilters, QByteArray &appliedSorting) |
342 | { | 342 | { |
343 | return d->typeIndex(type).query(query, appliedFilters, appliedSorting, d->getTransaction()); | 343 | return d->typeIndex(type).query(query, appliedFilters, appliedSorting, d->getTransaction()); |
344 | } | 344 | } |