MCPcopy 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
107void 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

isActiveMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected