diff options
| author | David Faure <[email protected]> | 2008-02-13 20:51:00 +0000 |
|---|---|---|
| committer | David Faure <[email protected]> | 2008-02-13 20:51:00 +0000 |
| commit | a26be08664f724d35d681fb183488558cfb32a99 (patch) | |
| tree | 20826ad1a9d19b8df9cd022193fc86e02167774f /src/dolphinmainwindow.h | |
| parent | 4bdbe2b0ac5b931830258ca5b84f81ef55ea0ed2 (diff) | |
Provide the "sort by" actions in dolphinpart (konqueror); share and simplify the code by connecting to the actiongroup's signal.
svn path=/branches/KDE/4.0/kdebase/apps/; revision=774697
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 5457860bc..b88179d89 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -223,33 +223,6 @@ private slots: */ void invertSelection(); - /** The sorting of the current view should be done by the name. */ - void sortByName(); - - /** The sorting of the current view should be done by the size. */ - void sortBySize(); - - /** The sorting of the current view should be done by the date. */ - void sortByDate(); - - /** The sorting of the current view should be done by the permissions. */ - void sortByPermissions(); - - /** The sorting of the current view should be done by the owner. */ - void sortByOwner(); - - /** 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(); - - /** The sorting of the current view should be done by the rating. */ - void sortByRating(); - - /** The sorting of the current view should be done by tags. */ - void sortByTags(); - /** * Switches between one and two views: * If one view is visible, it will get split into two views. @@ -312,9 +285,6 @@ private slots: /** Opens the settings dialog for Dolphin. */ void editSettings(); - /** Updates the state of the 'Sort by' actions. */ - void slotSortingChanged(DolphinView::Sorting sorting); - /** * Updates the state of the 'Edit' menu actions and emits * the signal selectionChanged(). |
