X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/b168f9a98bbe00643e15a49075ed80ac6c82fa74..6e7a5760b4d6fc3244fbc0fae2fbce6201603fda:/src/views/dolphinview.h diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index fc5fd52ff..d47825fe0 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -886,7 +886,7 @@ private: void updatePlaceholderLabel(); - void tryShowNameToolTip(QHelpEvent *event); + bool tryShowNameToolTip(QHelpEvent *event); private: void updatePalette(); @@ -939,6 +939,9 @@ private: QLabel *m_placeholderLabel; QTimer *m_showLoadingPlaceholderTimer; + /// The information roleIndex of the list column header currently hovered + std::optional m_hoveredColumnHeaderRoleIndex; + /// Used for selection mode. @see setSelectionMode() std::unique_ptr m_proxyStyle;