┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinviewactionhandler.h
diff options
context:
space:
mode:
authorGaston Haro <[email protected]>2021-08-01 13:00:05 -0400
committerZren (Chris Holland) <[email protected]>2021-08-05 12:55:01 +0000
commit50149d6abb8a0a978db3c6afb5238bc42a4a89c8 (patch)
tree26889c44b339ef9fc83a914525afdcc3c94499f8 /src/views/dolphinviewactionhandler.h
parent2b90a13c62ba9fe8d15377b7811ac6e0ec26b3c4 (diff)
Configurable Show hidden files and folders last toggle
CCBUG: 241227 Revision: https://phabricator.kde.org/D29115
Diffstat (limited to 'src/views/dolphinviewactionhandler.h')
-rw-r--r--src/views/dolphinviewactionhandler.h10
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);