diff options
| author | Peter Penz <[email protected]> | 2008-02-11 18:27:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-02-11 18:27:49 +0000 |
| commit | d432679df0c7a4bcba210fed69df0699c1de12c0 (patch) | |
| tree | 0cd1e97a29d2ce716c5c4d188cc089bad55cb8db /src/dolphincolumnwidget.h | |
| parent | 142c7628e8687e7236f80ed23f26c80f87915d1f (diff) | |
apply sorting + sort order to the column view
BUG: 157343
svn path=/trunk/KDE/kdebase/apps/; revision=773766
Diffstat (limited to 'src/dolphincolumnwidget.h')
| -rw-r--r-- | src/dolphincolumnwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <QFont> #include <QListView> #include <QSize> @@ -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); |
