From 2ef87708fdc0ff9d0337482b994bd6efa6b9b623 Mon Sep 17 00:00:00 2001 From: Eugene Popov Date: Thu, 2 Dec 2021 09:03:47 +0000 Subject: [Location Bar] Add the ability to show hidden folders in the subdirectories popup --- src/dolphinviewcontainer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinviewcontainer.h') diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index 304c9958d..be899ba23 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -361,6 +361,9 @@ private Q_SLOTS: */ void slotPlacesModelChanged(); + void slotHiddenFilesShownChanged(bool showHiddenFiles); + void slotSortHiddenLastChanged(bool hiddenLast); + private: /** * @return True if the URL protocol is a search URL (e. g. baloosearch:// or filenamesearch://). -- cgit v1.3