summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/typeindex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/typeindex.cpp b/common/typeindex.cpp
index 5564144..ddb1b63 100644
--- a/common/typeindex.cpp
+++ b/common/typeindex.cpp
@@ -266,7 +266,6 @@ static QVector<QByteArray> indexLookup(Index &index, QueryBase::Comparator filte
266 for(const QVariant &value : filter.value.value<QVariantList>()) { 266 for(const QVariant &value : filter.value.value<QVariantList>()) {
267 lookupKeys << valueToKey(value); 267 lookupKeys << valueToKey(value);
268 } 268 }
269 //lookupKeys = filter.value.value<QByteArrayList>();
270 } else { 269 } else {
271 Q_ASSERT(false); 270 Q_ASSERT(false);
272 } 271 }