MCPcopy Create free account
hub / github.com/YACReader/yacreader / rowCount

Method rowCount

shortcuts_management/actions_groups_model.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8int ActionsGroupsModel::rowCount(const QModelIndex &parent) const
9{
10 Q_UNUSED(parent);
11
12 return groups.length();
13}
14
15int ActionsGroupsModel::columnCount(const QModelIndex &parent) const
16{

Callers 2

updateGroupIconsMethod · 0.45
addActionsGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected