diff options
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 96e2ac3..526ce6d 100644 --- a/common/resourcefacade.cpp +++ b/common/resourcefacade.cpp | |||
@@ -119,7 +119,7 @@ static bool matchesFilter(const QHash<QByteArray, Sink::Query::Comparator> &filt | |||
119 | if (filterProperty == "type") { | 119 | if (filterProperty == "type") { |
120 | continue; | 120 | continue; |
121 | } | 121 | } |
122 | if (filter.value(filterProperty).matches(properties.value(filterProperty))) { | 122 | if (!filter.value(filterProperty).matches(properties.value(filterProperty))) { |
123 | return false; | 123 | return false; |
124 | } | 124 | } |
125 | } | 125 | } |