From d432679df0c7a4bcba210fed69df0699c1de12c0 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 11 Feb 2008 18:27:49 +0000 Subject: apply sorting + sort order to the column view BUG: 157343 svn path=/trunk/KDE/kdebase/apps/; revision=773766 --- src/dolphincolumnwidget.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dolphincolumnwidget.h') diff --git a/src/dolphincolumnwidget.h b/src/dolphincolumnwidget.h index 87c7ab577..bacbc9609 100644 --- a/src/dolphincolumnwidget.h +++ b/src/dolphincolumnwidget.h @@ -20,6 +20,8 @@ #ifndef DOLPHINCOLUMNWIDGET_H #define DOLPHINCOLUMNWIDGET_H +#include "dolphinview.h" + #include #include #include @@ -79,6 +81,8 @@ public: /** Reloads the directory DolphinColumnWidget::url(). */ void reload(); + void setSorting(DolphinView::Sorting sorting); + void setSortOrder(Qt::SortOrder order); void setShowHiddenFiles(bool show); void setShowPreview(bool show); -- cgit v1.3