┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinviewactionhandler.h
diff options
context:
space:
mode:
authorHeiko Becker <[email protected]>2021-08-06 00:36:57 +0200
committerHeiko Becker <[email protected]>2021-08-06 00:40:40 +0200
commitbb67def173f31819bb9a696627f9af71c7037dcd (patch)
tree27eae4379c053998d6b35b1388aadfff483d2ece /src/views/dolphinviewactionhandler.h
parent272aa65bb55dd31f58e8a8e24ea7bc8bd2712daa (diff)
Revert "Configurable Show hidden files and folders last toggle"
This reverts commit 50149d6abb8a0a978db3c6afb5238bc42a4a89c8. It breaks the string freeze and I don't think it can count as a bug fix, so it breaks the feature freeze, too. CCMAIL: [email protected]
Diffstat (limited to 'src/views/dolphinviewactionhandler.h')
-rw-r--r--src/views/dolphinviewactionhandler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/views/dolphinviewactionhandler.h b/src/views/dolphinviewactionhandler.h
index 6e9b4a432..3f73153ea 100644
--- a/src/views/dolphinviewactionhandler.h
+++ b/src/views/dolphinviewactionhandler.h
@@ -137,16 +137,6 @@ 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);