From 3b89b43f097342bc76ab7b235f9649077a87deff Mon Sep 17 00:00:00 2001 From: Méven Car Date: Thu, 22 Jan 2026 17:02:34 +0100 Subject: clang-tidy: fix unecessary-value-param --- src/search/bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search/bar.cpp') diff --git a/src/search/bar.cpp b/src/search/bar.cpp index dd5acd150..851eef942 100644 --- a/src/search/bar.cpp +++ b/src/search/bar.cpp @@ -44,7 +44,7 @@ bool isSearchConfigured(const std::shared_ptr &searchConfigu }; } -Bar::Bar(std::shared_ptr dolphinQuery, QWidget *parent) +Bar::Bar(const std::shared_ptr &dolphinQuery, QWidget *parent) : AnimatedHeightWidget(parent) , UpdatableStateInterface{dolphinQuery} { -- cgit v1.3