diff options
| author | Frank Reininghaus <[email protected]> | 2011-09-17 17:49:20 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2011-09-17 22:51:57 +0200 |
| commit | 01d4b8d0820ee3ab9f05df23c31a8230acfe7083 (patch) | |
| tree | 05848ccb8b8b8a49fbd210cbe87745e6553e1052 /src/views/dolphinview.h | |
| parent | 9424f5a789b98b148e3c6b39738da164c73e0431 (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.h | 1 |
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; |
