┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.h
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2011-09-17 17:49:20 +0200
committerFrank Reininghaus <[email protected]>2011-09-17 22:51:57 +0200
commit01d4b8d0820ee3ab9f05df23c31a8230acfe7083 (patch)
tree05848ccb8b8b8a49fbd210cbe87745e6553e1052 /src/views/dolphinview.h
parent9424f5a789b98b148e3c6b39738da164c73e0431 (diff)
Implement DolphinView::sorting()
This fixes the problem that changing the sorting criterion from 'Name' to 'Date' and then back to 'Name' doesn't work.
Diffstat (limited to 'src/views/dolphinview.h')
-rw-r--r--src/views/dolphinview.h1
1 files changed, 1 insertions, 0 deletions
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;