MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / prependRecipient

Method prependRecipient

src/ui/message.cpp:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void Message::prependRecipient(Widget* widget)
53{
54 ASSERT_VALID_WIDGET(widget);
55
56 m_recipients.insert(m_recipients.begin(), widget);
57}
58
59void Message::removeRecipient(Widget* widget)
60{

Callers 1

enqueueMessageMethod · 0.80

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected