From 2a72145eb09276a4576762b74cb976fcd4550e87 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 15 May 2026 17:29:46 +0200 Subject: dolphinview: Unselect navigator when click on background --- src/views/dolphinview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 9b068f92e..35276f9ac 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -729,6 +729,12 @@ Q_SIGNALS: */ void currentDirectoryRemoved(); + /** + * Emitted when the view's background is clicked. + * Used to trigger a user configured action. + */ + void clickViewBackground(Qt::MouseButton button); + /** * Emitted when the view's background is double-clicked. * Used to trigger an user configured action. -- cgit v1.3.1