diff options
Diffstat (limited to 'src/tooltipmanager.h')
| -rw-r--r-- | src/tooltipmanager.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tooltipmanager.h b/src/tooltipmanager.h index 8223b5bc8..1902ac8f0 100644 --- a/src/tooltipmanager.h +++ b/src/tooltipmanager.h @@ -48,6 +48,13 @@ public: DolphinSortFilterProxyModel* model); virtual ~ToolTipManager(); + /** + * Hides the currently shown tooltip. Invoking this method is + * only needed when the tooltip should be hidden although + * an item is hovered. + */ + void hideTip(); + protected: virtual bool eventFilter(QObject* watched, QEvent* event); |
