┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltipmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-04-09 20:29:09 +0000
committerPeter Penz <[email protected]>2008-04-09 20:29:09 +0000
commite847f4fec300b8a80679909c5d6a47ae21452732 (patch)
treed94bf9acd3e483c47057729b8c7b31e9226beaac /src/tooltipmanager.h
parent9d4250e10ada4e2410722951dbd406263b61041c (diff)
hide the tooltip when an item gets triggered or a context menu is opened
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=795330
Diffstat (limited to 'src/tooltipmanager.h')
-rw-r--r--src/tooltipmanager.h7
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);