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