diff options
| author | Eugene Popov <[email protected]> | 2021-12-02 09:03:47 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2021-12-02 09:03:47 +0000 |
| commit | 2ef87708fdc0ff9d0337482b994bd6efa6b9b623 (patch) | |
| tree | bb243133607669bfad54d10f0beb0e2fdf805029 /src/dolphinviewcontainer.h | |
| parent | f1756dd1413fa602f536e057087583be2ddbd2b2 (diff) | |
[Location Bar] Add the ability to show hidden folders in the subdirectories popup
Diffstat (limited to 'src/dolphinviewcontainer.h')
| -rw-r--r-- | src/dolphinviewcontainer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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://). |
