From 7a682f5e9c22e2af73a31d6228f8c594e228650a Mon Sep 17 00:00:00 2001 From: Méven Car Date: Thu, 23 Feb 2023 12:29:20 +0100 Subject: Fix header index are colIndex and not roleIndex --- src/views/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index d47825fe0..6394b885c 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -940,7 +940,7 @@ private: QTimer *m_showLoadingPlaceholderTimer; /// The information roleIndex of the list column header currently hovered - std::optional m_hoveredColumnHeaderRoleIndex; + std::optional m_hoveredColumnHeaderIndex; /// Used for selection mode. @see setSelectionMode() std::unique_ptr m_proxyStyle; -- cgit v1.3.1