┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h
index e035d3c12..6197376a8 100644
--- a/src/dolphindetailsview.h
+++ b/src/dolphindetailsview.h
@@ -61,8 +61,15 @@ private slots:
*/
void setSortIndicatorOrder(Qt::SortOrder sortOrder);
+ /**
+ * Synchronizes the sorting state of the Dolphin menu 'View -> Sort'
+ * with the current state of the details view.
+ * @param column Index of the current sorting column.
+ */
+ void synchronizeSortingState(int column);
+
private:
- DolphinView* m_parentView;
+ DolphinView* m_dolphinView;
};
#endif