Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void NotificationModel::setNotifications(const QList<EntityPtr> &datas)
89
{
90
beginResetModel();
91
d->notifications = datas;
92
endResetModel();
93
}
94
95
void NotificationModel::addNotification(EntityPtr entity)
96
{
Callers
1
show
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected