diff options
| author | Weng Xuetian <[email protected]> | 2015-11-19 09:35:37 -0800 |
|---|---|---|
| committer | Weng Xuetian <[email protected]> | 2015-11-19 09:40:51 -0800 |
| commit | ed3bb94ea095e3ba3e3b96584d817899121e1653 (patch) | |
| tree | 0ee5a526d0030612c7dc1c85d0cf6653d40165c2 | |
| parent | f3269481ecd6cf55ad31ceb9e0e787c330d6699e (diff) | |
Fix search in places panel.
addType("File") will create a invalid query for baloo. Currently seems
there is no replacement for it, so just remove it.
REVIEW: 126109
FIXED-IN: 15.12
BUG: 348902
| -rw-r--r-- | src/panels/places/placesitemmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/panels/places/placesitemmodel.cpp b/src/panels/places/placesitemmodel.cpp index 013b99731..0d8ac6981 100644 --- a/src/panels/places/placesitemmodel.cpp +++ b/src/panels/places/placesitemmodel.cpp @@ -1161,7 +1161,6 @@ QUrl PlacesItemModel::createSearchUrl(const QUrl& url) QUrl PlacesItemModel::searchUrlForType(const QString& type) { Baloo::Query query; - query.addType("File"); query.addType(type); return query.toSearchUrl(); |
