diff options
| author | Peter Penz <[email protected]> | 2007-04-22 21:04:46 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-22 21:04:46 +0000 |
| commit | a195131147f7f82d469fbd568d09b45e4868ed59 (patch) | |
| tree | cacc97930ad53c1c58115a82a5111a7404d0a29b /src/dolphinmainwindow.h | |
| parent | 28a08b940ced8dc3b6fa7837c240a955be743be5 (diff) | |
allow sorting by type
svn path=/trunk/KDE/kdebase/apps/; revision=656971
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |
