From 01d4b8d0820ee3ab9f05df23c31a8230acfe7083 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Sat, 17 Sep 2011 17:49:20 +0200 Subject: Implement DolphinView::sorting() This fixes the problem that changing the sorting criterion from 'Name' to 'Date' and then back to 'Name' doesn't work. --- src/views/dolphinview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 8d1094273..cc2e25b49 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -736,6 +736,7 @@ private: void updateWritableState(); QByteArray sortRoleForSorting(Sorting sorting) const; + Sorting sortingForSortRole(const QByteArray& sortRole) const; private: bool m_active : 1; -- cgit v1.3