diff options
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(); |
