diff options
| author | Elvis Angelaccio <[email protected]> | 2021-08-29 19:52:44 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-08-29 19:52:44 +0200 |
| commit | 011fe5b1e89b6e509165bc0551e164f3432aaa94 (patch) | |
| tree | aad8abae5e115dd5fb14b5509f17f733ea4ba070 /src/views/dolphinviewactionhandler.h | |
| parent | 3286a194d6e2e25e5685556d4eda2d6e24fdb672 (diff) | |
Revert "Revert "Configurable Show hidden files and folders last toggle""
This reverts commit bb67def173f31819bb9a696627f9af71c7037dcd.
Diffstat (limited to 'src/views/dolphinviewactionhandler.h')
| -rw-r--r-- | src/views/dolphinviewactionhandler.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h index 3f73153ea..6e9b4a432 100644 --- a/src/views/dolphinviewactionhandler.h +++ b/src/views/dolphinviewactionhandler.h @@ -137,6 +137,16 @@ private Q_SLOTS: void slotSortFoldersFirstChanged(bool foldersFirst); /** + * Switches between showing hidden files last or not. + */ + void toggleSortHiddenLast(); + + /** + * Updates the state of the 'Sort Hidden Last' action. + */ + void slotSortHiddenLastChanged(bool hiddenLast); + + /** * Updates the state of the 'Sort by' actions. */ void slotSortRoleChanged(const QByteArray& role); |
