MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / remove

Method remove

src/plugins/core/notify/notificationmanager.cpp:178–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void NotificationManager::remove(EntityPtr entity)
179{
180 if (!d->allEntities.contains(entity))
181 return;
182
183 d->allEntities.removeOne(entity);
184}
185
186void NotificationManager::bubbleExpired(Bubble *bubble)
187{

Callers 15

parseReportFromFileMethod · 0.45
addProjectMethod · 0.45
initContainerMethod · 0.45
removeProjectMethod · 0.45
loadHistoryMethod · 0.45
reloadHistoryMethod · 0.45
removeConsoleMethod · 0.45
removeSessionMethod · 0.45
removeHolderMethod · 0.45
handleProcessedMethod · 0.45
removeTopToolItemMethod · 0.45
foreachFunction · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected