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