From 70782d6bb4d3b02c4c48c38ee2867561a706ed84 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 14 Dec 2006 19:12:05 +0000 Subject: Support changing the sorting type and sort order (TODO: does not work yet as the implementation in KDirModel is empty yet). svn path=/trunk/playground/utils/dolphin/; revision=613696 --- src/dolphinview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/dolphinview.h') diff --git a/src/dolphinview.h b/src/dolphinview.h index 2f1d7c605..e5af61f3f 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -442,6 +442,12 @@ private: */ void applyModeToView(); + /** + * Returns the column index used in the KDirModel depending on \a sorting. + */ + int columnIndex(Sorting sorting) const; + +private: bool m_refreshing; bool m_showProgress; Mode m_mode; -- cgit v1.3