diff options
| author | Ismael Asensio <[email protected]> | 2019-12-21 19:41:44 +0100 |
|---|---|---|
| committer | Ismael Asensio <[email protected]> | 2019-12-26 19:30:08 +0100 |
| commit | 732697d0d6fcc3a834a85865dcd88870e127711b (patch) | |
| tree | 7562c951018129e3ee4fa4cd99de34948d6c774f /src/search/dolphinquery.cpp | |
| parent | 4dc362db1ec564b9fd2588f5b642406d6a712229 (diff) | |
Rename methods on DolphinFacetsWidget
Summary:
Small refactor patch to rename method names, from `ratingTerm` to `searchTerm`,
since its scope has grown bigger.
Test Plan: No behavior changes
Reviewers: #dolphin, elvisangelaccio
Reviewed By: #dolphin, elvisangelaccio
Subscribers: kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D26029
Diffstat (limited to 'src/search/dolphinquery.cpp')
| -rw-r--r-- | src/search/dolphinquery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinquery.cpp b/src/search/dolphinquery.cpp index 4d5f8e132..95efe9162 100644 --- a/src/search/dolphinquery.cpp +++ b/src/search/dolphinquery.cpp @@ -28,7 +28,7 @@ namespace { /** Checks if a given term in the Baloo::Query::searchString() is a special search term. - * This is a copy of `DolphinFacetsWidget::isRatingTerm()` method. + * This is a copy of `DolphinFacetsWidget::isSearchTerm()` method. */ bool isSearchTerm(const QString& term) { |
