diff options
| author | Nate Graham <[email protected]> | 2021-08-05 08:34:04 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2021-08-05 08:34:04 -0600 |
| commit | 3e95a6cccc76d61473a2815457beefaaae62ec7c (patch) | |
| tree | 8af9529b3953a67be9b7e49b230e627fef391666 /src/views/dolphinviewactionhandler.h | |
| parent | 8f093e6b74d17ad4025740df3aa917d9c1e44a29 (diff) | |
| parent | fd2203bb3925edb5d657d49a706e26ea736362d2 (diff) | |
Merge branch 'release/21.08'
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); |
