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

Method queueInviteNotification

src/ui/notification/NotificationPanel.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void NotificationPanel::queueInviteNotification(const msg::InvitedMessage& msg) {
149 auto node = InviteNotification::create(msg);
150 this->queueNotification(node);
151}
152
153void NotificationPanel::queueNotification(CCNode* notif) {
154 m_queued.push(notif);

Callers 1

initMethod · 0.95

Calls 1

queueNotificationMethod · 0.95

Tested by

no test coverage detected