diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-05 00:09:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-05 00:09:30 +0200 |
commit | e470f65cad943f8a3065c6f5f6287adcc704627e (patch) | |
tree | 3bc3531b0f32b67d09cdc281f5f53bdf1d819bd7 /common/resourcefacade.cpp | |
parent | 3ae3ef9676bd7fdcb45064f9a1b397c90478b4b7 (diff) | |
download | sink-e470f65cad943f8a3065c6f5f6287adcc704627e.tar.gz sink-e470f65cad943f8a3065c6f5f6287adcc704627e.zip |
Specify base set as part of the filter stages in the query.
Diffstat (limited to 'common/resourcefacade.cpp')
-rw-r--r-- | common/resourcefacade.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourcefacade.cpp b/common/resourcefacade.cpp index 6747938..09323a0 100644 --- a/common/resourcefacade.cpp +++ b/common/resourcefacade.cpp | |||
@@ -72,7 +72,7 @@ LocalStorageQueryRunner<DomainType>::LocalStorageQueryRunner(const Query &query, | |||
72 | SinkTrace() << "Skipping due to type."; | 72 | SinkTrace() << "Skipping due to type."; |
73 | continue; | 73 | continue; |
74 | } | 74 | } |
75 | if (!query.ids.isEmpty() && !query.ids.contains(res)) { | 75 | if (!query.ids().isEmpty() && !query.ids().contains(res)) { |
76 | continue; | 76 | continue; |
77 | } | 77 | } |
78 | const auto configurationValues = mConfigStore.get(res); | 78 | const auto configurationValues = mConfigStore.get(res); |