]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinview.h
Fix header index are colIndex and not roleIndex
[dolphin.git] / src / views / dolphinview.h
index d47825fe05aa50d88b49172b86a0adc4dff7e31a..6394b885c95ebdcd9e0e2a098b79732a748ac79e 100644 (file)
@@ -940,7 +940,7 @@ private:
     QTimer *m_showLoadingPlaceholderTimer;
 
     /// The information roleIndex of the list column header currently hovered
-    std::optional<int> m_hoveredColumnHeaderRoleIndex;
+    std::optional<int> m_hoveredColumnHeaderIndex;
 
     /// Used for selection mode. @see setSelectionMode()
     std::unique_ptr<QProxyStyle> m_proxyStyle;