From 08a485349f2bd73682ac806b97d3630c3a7dd3fd Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 7 Mar 2012 22:12:07 +0100 Subject: Allow custom sorting of details-view columns Fix regression that Dolphin 2.0 did not allow to adjust the sorting of the details-view columns. BUG: 164696 FIXED-IN: 4.8.2 --- src/views/dolphinview.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 7b7db3f9f..f2f15c592 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -111,7 +111,6 @@ public: enum AdditionalInfo { NoInfo = 0, - NameInfo, SizeInfo, DateInfo, PermissionsInfo, @@ -654,6 +653,13 @@ private slots: */ void slotSortRoleChangedByHeader(const QByteArray& current, const QByteArray& previous); + /** + * Is invoked when the visible roles have been changed by the user by dragging + * a header item. The view properties of the directory will get updated. + */ + void slotVisibleRolesChangedByHeader(const QList& current, + const QList& previous); + /** * Observes the item with the URL \a url. As soon as the directory * model indicates that the item is available, the item will -- cgit v1.3