From 4f4e3d392c9645e3d43c362af72e2066430890f6 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sun, 8 Nov 2020 08:21:56 +0100 Subject: PlacesPanel: activating a place does not select its previously selected children BUG: 421347 --- src/dolphinviewcontainer.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 40e4978d9..1a92e1fa6 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -174,6 +174,15 @@ public: */ QString caption() const; + /** + * Disable/enable the behavior of "select child when moving to parent folder" + * offered by KUrlNavigator. + * + * See KUrlNavigator::urlSelectionRequested + */ + void disableUrlNavigatorSelectionRequests(); + void enableUrlNavigatorSelectionRequests(); + public Q_SLOTS: /** * Sets the current active URL, where all actions are applied. The -- cgit v1.3