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/dolphinmainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 4b2b0c87b..884b9f7bd 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -685,6 +685,11 @@ private Q_SLOTS: */ void slotSaveSession(); + /** + * Is called when the user clicks the active view's background. + */ + void slotClickViewBackground(); + private: /** * Sets up the various menus and actions and connects them. -- cgit v1.3.1