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

Method addNotification

src/plugins/core/notify/gui/notificationmodel.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void NotificationModel::addNotification(EntityPtr entity)
96{
97 beginResetModel();
98 d->notifications.push_front(entity);
99 endResetModel();
100}
101
102void NotificationModel::removeNotification(EntityPtr entity)
103{

Callers 1

notifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected