MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / queueNotification

Method queueNotification

src/ui/notification/NotificationPanel.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void NotificationPanel::queueNotification(CCNode* notif) {
154 m_queued.push(notif);
155}
156
157void NotificationPanel::onNotificationRemoved() {
158 this->updateLayout();

Callers 1

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected