diff options
Diffstat (limited to 'src/viewproperties.h')
| -rw-r--r-- | src/viewproperties.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h index 3237686c7..a0279004e 100644 --- a/src/viewproperties.h +++ b/src/viewproperties.h @@ -71,6 +71,9 @@ public: void setSortOrder(Qt::SortOrder sortOrder); Qt::SortOrder sortOrder() const; + void setSortFoldersFirst(bool foldersFirst); + bool sortFoldersFirst() const; + /** * Sets the additional information for the current set view-mode. * Note that the additional-info property is the only property where |
