| 237 | } |
| 238 | |
| 239 | NodeItem *ProjectItemModel::itemForIndex(const QModelIndex &index) const |
| 240 | { |
| 241 | return static_cast<NodeItem *>(itemFromIndex(index)); |
| 242 | } |
| 243 | |
| 244 | QModelIndex ProjectItemModel::indexForNode(const Node *node) const |
| 245 | { |
no outgoing calls
no test coverage detected