┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tooltipmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tooltipmanager.cpp')
-rw-r--r--src/tooltipmanager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tooltipmanager.cpp b/src/tooltipmanager.cpp
index 6af3bb8b6..c13398016 100644
--- a/src/tooltipmanager.cpp
+++ b/src/tooltipmanager.cpp
@@ -57,6 +57,11 @@ ToolTipManager::~ToolTipManager()
{
}
+void ToolTipManager::hideTip()
+{
+ hideToolTip();
+}
+
bool ToolTipManager::eventFilter(QObject* watched, QEvent* event)
{
if ((watched == m_view->viewport()) && (event->type() == QEvent::Leave)) {