| 395 | } |
| 396 | |
| 397 | int Widget3DSubtreeModel::rowCount(const QModelIndex &parent) const |
| 398 | { |
| 399 | return parent.isValid() ? 0 : mNodeList.size(); |
| 400 | } |
| 401 | |
| 402 | QModelIndex Widget3DSubtreeModel::index(int row, int column, const QModelIndex &parent) const |
| 403 | { |
no test coverage detected