┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h6
1 files changed, 6 insertions, 0 deletions
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;