diff options
| author | Méven Car <[email protected]> | 2026-01-22 16:15:09 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-01-22 16:27:11 +0100 |
| commit | 1acd0dfe09a34817d8daf58db2c53b2262eec7b7 (patch) | |
| tree | 94cab48dc8ad7c79c4fed016b8d0935c4e8dc3e5 /src/search/dolphinquery.h | |
| parent | a403c0c6058d5064b8cc439edb41eb52ae384046 (diff) | |
clang-tidy: avoid copy, use const references
Diffstat (limited to 'src/search/dolphinquery.h')
| -rw-r--r-- | src/search/dolphinquery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinquery.h b/src/search/dolphinquery.h index 6893e1855..73429a780 100644 --- a/src/search/dolphinquery.h +++ b/src/search/dolphinquery.h @@ -50,7 +50,7 @@ enum class SearchTool { }; /** @returns whether Baloo is configured to have indexed the @p directory. */ -bool isIndexingEnabledIn(QUrl directory); +bool isIndexingEnabledIn(const QUrl &directory); /** @returns whether Baloo is configured to index file contents. */ bool isContentIndexingEnabled(); |
