diff options
| author | Méven Car <[email protected]> | 2023-02-23 12:29:20 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-02-23 12:29:20 +0100 |
| commit | 7a682f5e9c22e2af73a31d6228f8c594e228650a (patch) | |
| tree | adf7bebd253cdff5a3ff1dd045c90775462e775f /src/views/dolphinview.h | |
| parent | 6e7a5760b4d6fc3244fbc0fae2fbce6201603fda (diff) | |
Fix header index are colIndex and not roleIndex
Diffstat (limited to 'src/views/dolphinview.h')
| -rw-r--r-- | src/views/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<int> m_hoveredColumnHeaderRoleIndex; + std::optional<int> m_hoveredColumnHeaderIndex; /// Used for selection mode. @see setSelectionMode() std::unique_ptr<QProxyStyle> m_proxyStyle; |
