diff options
| author | Aleix Pol <[email protected]> | 2023-02-21 13:16:42 +0100 |
|---|---|---|
| committer | Aleix Pol <[email protected]> | 2023-02-21 13:16:42 +0100 |
| commit | 6e7a5760b4d6fc3244fbc0fae2fbce6201603fda (patch) | |
| tree | 68b037ac30af5c49ec731cad8b81acc73ea14e8f /src/views/dolphinview.h | |
| parent | fc04c8186de8433f89b9167be7c50f543d376e68 (diff) | |
Fix typo in m_hoveredColumnHearderRoleIndex
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 dbb304f37..d47825fe0 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_hoveredColumnHearderRoleIndex; + std::optional<int> m_hoveredColumnHeaderRoleIndex; /// Used for selection mode. @see setSelectionMode() std::unique_ptr<QProxyStyle> m_proxyStyle; |
