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

Method setNotifications

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

Source from the content-addressed store, hash-verified

86}
87
88void NotificationModel::setNotifications(const QList<EntityPtr> &datas)
89{
90 beginResetModel();
91 d->notifications = datas;
92 endResetModel();
93}
94
95void NotificationModel::addNotification(EntityPtr entity)
96{

Callers 1

showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected