From a195131147f7f82d469fbd568d09b45e4868ed59 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 22 Apr 2007 21:04:46 +0000 Subject: allow sorting by type svn path=/trunk/KDE/kdebase/apps/; revision=656971 --- src/dolphinmainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index c3e0f91ab..4f850339e 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -262,6 +262,9 @@ private slots: /** The sorting of the current view should be done by the group. */ void sortByGroup(); + /** The sorting of the current view should be done by the type. */ + void sortByType(); + /** Switches between an ascending and descending sorting order. */ void toggleSortOrder(); -- cgit v1.3.1