diff options
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r-- | common/typeindex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/typeindex.cpp b/common/typeindex.cpp index e945dcb..3ee2492 100644 --- a/common/typeindex.cpp +++ b/common/typeindex.cpp | |||
@@ -153,7 +153,6 @@ ResultSet TypeIndex::query(const Sink::Query &query, QSet<QByteArray> &appliedFi | |||
153 | appliedSorting = it.value(); | 153 | appliedSorting = it.value(); |
154 | Trace() << "Index lookup on " << it.key() << it.value() << " found " << keys.size() << " keys."; | 154 | Trace() << "Index lookup on " << it.key() << it.value() << " found " << keys.size() << " keys."; |
155 | return ResultSet(keys); | 155 | return ResultSet(keys); |
156 | |||
157 | } | 156 | } |
158 | } | 157 | } |
159 | for (const auto &property : mProperties) { | 158 | for (const auto &property : mProperties) { |