Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ enterEvent
Method
enterEvent
src/plugins/core/notify/gui/bubble.cpp:99–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void Bubble::enterEvent(QEvent *event)
100
{
101
if (d->timer && d->timer->isActive())
102
d->timer->stop();
103
104
DFloatingWidget::enterEvent(event);
105
}
106
107
void Bubble::leaveEvent(QEvent *event)
108
{
Callers
nothing calls this directly
Calls
2
isActive
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected