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/views/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 4918a7539..5a2907df7 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -965,7 +965,7 @@ private: bool tryShowNameToolTip(QHelpEvent *event); - void selectFileOnceAvailable(const QUrl &url, std::function condition); + void selectFileOnceAvailable(const QUrl &url, const std::function &condition); private: void updatePalette(); -- cgit v1.3.1