diff options
| author | Heiko Becker <[email protected]> | 2021-08-06 00:36:57 +0200 |
|---|---|---|
| committer | Heiko Becker <[email protected]> | 2021-08-06 00:40:40 +0200 |
| commit | bb67def173f31819bb9a696627f9af71c7037dcd (patch) | |
| tree | 27eae4379c053998d6b35b1388aadfff483d2ece /src/kitemviews/kfileitemmodel.h | |
| parent | 272aa65bb55dd31f58e8a8e24ea7bc8bd2712daa (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/kitemviews/kfileitemmodel.h')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 33838853d..acf4b761c 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -80,12 +80,6 @@ public: void setSortDirectoriesFirst(bool dirsFirst); bool sortDirectoriesFirst() const; - /** - * Sets a separate sorting with hidden files and folders last (true) or not (false). - */ - void setSortHiddenLast(bool hiddenLast); - bool sortHiddenLast() const; - void setShowHiddenFiles(bool show); bool showHiddenFiles() const; @@ -469,7 +463,6 @@ private: QCollator m_collator; bool m_naturalSorting; bool m_sortDirsFirst; - bool m_sortHiddenLast; RoleType m_sortRole; int m_sortingProgressPercent; // Value of directorySortingProgress() signal |
