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