warnings--
Change-Id: If41d2ebcec822002edb5282dd401b84fc2d40a10
This commit is contained in:
parent
f5b8b164c3
commit
56e1c9c48a
@ -306,6 +306,7 @@ void ToolTip::setContainsMouse(bool contains)
|
||||
|
||||
void ToolTip::hoverEnterEvent(QHoverEvent *event)
|
||||
{
|
||||
Q_UNUSED(event)
|
||||
setContainsMouse(true);
|
||||
|
||||
if (!m_tooltipsEnabledGlobally) {
|
||||
@ -327,6 +328,7 @@ void ToolTip::hoverEnterEvent(QHoverEvent *event)
|
||||
|
||||
void ToolTip::hoverLeaveEvent(QHoverEvent *event)
|
||||
{
|
||||
Q_UNUSED(event)
|
||||
setContainsMouse(false);
|
||||
m_showTimer->stop();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user