MCPcopy 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
99void Bubble::enterEvent(QEvent *event)
100{
101 if (d->timer && d->timer->isActive())
102 d->timer->stop();
103
104 DFloatingWidget::enterEvent(event);
105}
106
107void Bubble::leaveEvent(QEvent *event)
108{

Callers

nothing calls this directly

Calls 2

isActiveMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected