┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewproperties.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-10 11:22:56 +0000
committerPeter Penz <[email protected]>2007-04-10 11:22:56 +0000
commit6422ae393ed378f8dcde0bf35e1f8d67a5df2295 (patch)
tree8ebf2bfde66c50244ba86734cead36d4bb7250b5 /src/viewproperties.h
parent5b5a7b8da8cb3ee6bbb9f7450c87fca5de41dc05 (diff)
allow to enable the categorization feature for sorting
svn path=/trunk/KDE/kdebase/apps/; revision=652200
Diffstat (limited to 'src/viewproperties.h')
-rw-r--r--src/viewproperties.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/viewproperties.h b/src/viewproperties.h
index 7050073d7..74ff72cb1 100644
--- a/src/viewproperties.h
+++ b/src/viewproperties.h
@@ -66,6 +66,9 @@ public:
void setShowHiddenFiles(bool show);
bool showHiddenFiles() const;
+ void setCategorizedSorting(bool categorized);
+ bool categorizedSorting() const;
+
void setSorting(DolphinView::Sorting sorting);
DolphinView::Sorting sorting() const;