X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/5bb2a0f3c9f2d07dcb0739b88e37b203b451ecf3..39f89141b06c:/src/views/dolphinview.h diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index f24bb6be7..178e0ca6a 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -195,13 +195,6 @@ public: */ KFileItemList selectedItems() const; - /** - * Returns a list of URLs for all selected items. An empty list - * is returned, if no item is selected. - * @see DolphinView::selectedItems() - */ - KUrl::List selectedUrls() const; - /** * Returns the number of selected items (this is faster than * invoking selectedItems().count()). @@ -418,18 +411,6 @@ public slots: */ void setCategorizedSorting(bool categorized); - /** Switches between an ascending and descending sorting order. */ - void toggleSortOrder(); - - /** Switches between a separate sorting (with folders first) and a mixed sorting of files and folders. */ - void toggleSortFoldersFirst(); - - /** - * Switches on or off the displaying of additional information - * as specified by \a action. - */ - void toggleAdditionalInfo(QAction* action); - signals: /** * Is emitted if the view has been activated by e. g. a mouse click.