┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.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/dolphinview.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/dolphinview.h')
-rw-r--r--src/views/dolphinview.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h
index 75c9dd985..e4d779830 100644
--- a/src/views/dolphinview.h
+++ b/src/views/dolphinview.h
@@ -206,10 +206,6 @@ public:
void setSortFoldersFirst(bool foldersFirst);
bool sortFoldersFirst() const;
- /** Sets a separate sorting with hidden files and folders last (true) or not (false). */
- void setSortHiddenLast(bool hiddenLast);
- bool sortHiddenLast() const;
-
/** Sets the additional information which should be shown for the items. */
void setVisibleRoles(const QList<QByteArray>& roles);
@@ -474,11 +470,6 @@ Q_SIGNALS:
*/
void sortFoldersFirstChanged(bool foldersFirst);
- /**
- * Is emitted if the sorting of hidden files has been changed.
- */
- void sortHiddenLastChanged(bool hiddenLast);
-
/** Is emitted if the additional information shown for this view has been changed. */
void visibleRolesChanged(const QList<QByteArray>& current,
const QList<QByteArray>& previous);
@@ -689,12 +680,6 @@ private Q_SLOTS:
void updateSortFoldersFirst(bool foldersFirst);
/**
- * Updates the view properties of the current URL to the
- * sorting of hidden files given by \a hiddenLast.
- */
- void updateSortHiddenLast(bool hiddenLast);
-
- /**
* Indicates in the status bar that the delete operation
* of the job \a job has been finished.
*/