summaryrefslogtreecommitdiffstats
path: root/common/typeindex.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-20 11:31:07 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-20 11:31:07 +0100
commitbc06643cd0c16140f6013be35b64732c1676e794 (patch)
tree89193c8f8b4dcbb027397b48bc19474d521562e6 /common/typeindex.cpp
parentd89c27c9a1cc4d2c4ea806d71653e32c2891077b (diff)
downloadsink-bc06643cd0c16140f6013be35b64732c1676e794.tar.gz
sink-bc06643cd0c16140f6013be35b64732c1676e794.zip
Cleanup
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r--common/typeindex.cpp1
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) {