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

Method rowCount

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

Source from the content-addressed store, hash-verified

42}
43
44int NotificationModel::rowCount(const QModelIndex &parent) const
45{
46 return d->notifications.size();
47}
48
49QVariant NotificationModel::data(const QModelIndex &index, int role) const
50{

Callers 2

getEntityByRowMethod · 0.45
updateViewMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected