From e847f4fec300b8a80679909c5d6a47ae21452732 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 9 Apr 2008 20:29:09 +0000 Subject: hide the tooltip when an item gets triggered or a context menu is opened CCMAIL: konst.heil@stud.uni-heidelberg.de svn path=/trunk/KDE/kdebase/apps/; revision=795330 --- src/tooltipmanager.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/tooltipmanager.h') 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); -- cgit v1.3